r9044: added a comment so you can see what this test does :-)
authorAndrew Tridgell <tridge@samba.org>
Thu, 4 Aug 2005 04:21:03 +0000 (04:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:31:11 +0000 (13:31 -0500)
(This used to be commit ee2744160892f28390662f4934dc4135e4378d78)

source4/torture/raw/open.c

index afd6963b41924506d3caaf13e580b8692e05d2fc..6795fbdee97d1d1dc98c39c6f17889c4dcfe76f4 100644 (file)
@@ -969,7 +969,8 @@ static BOOL test_ntcreatex_brlocked(struct smbcli_state *cli, TALLOC_CTX *mem_ct
        NTSTATUS status;
        BOOL ret = True;
 
-       /* reasonable default parameters */
+       printf("Testing ntcreatex with a byte range locked file\n");
+
        io.generic.level = RAW_OPEN_NTCREATEX;
        io.ntcreatex.in.flags = NTCREATEX_FLAGS_EXTENDED;
        io.ntcreatex.in.root_fid = 0;