From 1f1ff1cf0a5608d98b4a1ff4900b95b6d6e34dd2 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 21 Feb 2012 18:03:27 +0100 Subject: s4:torture:smb2: extend and prettify comment for durable-open.open-lease test --- source4/torture/smb2/durable_open.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'source4/torture') 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) -- cgit