diff options
author | Michael Adam <obnox@samba.org> | 2012-02-21 18:03:27 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-02-21 18:11:07 +0100 |
commit | 1f1ff1cf0a5608d98b4a1ff4900b95b6d6e34dd2 (patch) | |
tree | c1a196614c5f4c95c99ac20faff540df9a190cec /source4 | |
parent | 0d3d8256d86be9e0173a34c204bdad891dfbf9eb (diff) | |
download | samba-1f1ff1cf0a5608d98b4a1ff4900b95b6d6e34dd2.tar.gz samba-1f1ff1cf0a5608d98b4a1ff4900b95b6d6e34dd2.tar.bz2 samba-1f1ff1cf0a5608d98b4a1ff4900b95b6d6e34dd2.zip |
s4:torture:smb2: extend and prettify comment for durable-open.open-lease test
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/smb2/durable_open.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/source4/torture/smb2/durable_open.c b/source4/torture/smb2/durable_open.c index d8b71ef61b..e3f7a4230b 100644 --- a/source4/torture/smb2/durable_open.c +++ b/source4/torture/smb2/durable_open.c @@ -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) |