s4:torture:smb2: extend and prettify comment for durable-open.open-lease test
authorMichael Adam <obnox@samba.org>
Tue, 21 Feb 2012 17:03:27 +0000 (18:03 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 21 Feb 2012 17:11:07 +0000 (18:11 +0100)
source4/torture/smb2/durable_open.c

index d8b71ef61bf4b41d4879db37b7b5bfa781e4e444..e3f7a4230bd5c01e4c57279e45f6b3f88d113338 100644 (file)
@@ -971,14 +971,14 @@ bool test_durable_open_lock(struct torture_context *tctx,
        return ret;
 }
 
-/*
 Open, disconnect, open in another tree, reconnect.
-
-  This test actually demonstrates a minimum level of respect for the durable
-  open in the face of another open. As long as this test shows an inability to
-  reconnect after an open, the oplock/lease tests above will certainly
-  demonstrate an error on reconnect.
-*/
+/**
* Open with a RH lease, disconnect, open in another tree, reconnect.
+ *
* This test actually demonstrates a minimum level of respect for the durable
* open in the face of another open. As long as this test shows an inability to
* reconnect after an open, the oplock/lease tests above will certainly
* demonstrate an error on reconnect.
+ */
 bool test_durable_open_open_lease(struct torture_context *tctx,
                                  struct smb2_tree *tree1,
                                  struct smb2_tree *tree2)