summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/smb2.c
diff options
context:
space:
mode:
authorRichard Sharpe <realrichardsharpe@gmail.com>2013-04-04 17:15:30 -0700
committerJeremy Allison <jra@samba.org>2013-04-16 00:46:53 +0200
commitb08c0b317cb8064aac5cc32774a52243aa4af973 (patch)
treed141e777e1e93a02869dc90fe224740d049f68ea /source4/torture/smb2/smb2.c
parent0f9eb25183e6ed5a2f4ec8e385bc5f985f2087e5 (diff)
downloadsamba-b08c0b317cb8064aac5cc32774a52243aa4af973.tar.gz
samba-b08c0b317cb8064aac5cc32774a52243aa4af973.tar.bz2
samba-b08c0b317cb8064aac5cc32774a52243aa4af973.zip
Add a test that shows the difference between Windows and Samba with respect to DeleteOnClose.
Signed-off-by: Richard Sharpe <realrichardsharpe@gmail.com> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Apr 16 00:46:54 CEST 2013 on sn-devel-104
Diffstat (limited to 'source4/torture/smb2/smb2.c')
-rw-r--r--source4/torture/smb2/smb2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/smb2/smb2.c b/source4/torture/smb2/smb2.c
index 65dc924662..f6a31633af 100644
--- a/source4/torture/smb2/smb2.c
+++ b/source4/torture/smb2/smb2.c
@@ -169,6 +169,8 @@ NTSTATUS torture_smb2_init(void)
torture_suite_add_1smb2_test(suite, "hold-oplock", test_smb2_hold_oplock);
torture_suite_add_suite(suite, torture_smb2_session_init());
+ torture_suite_add_suite(suite, torture_smb2_doc_init());
+
suite->description = talloc_strdup(suite, "SMB2-specific tests");
torture_register_suite(suite);