summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/smb2.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-02-27 22:56:37 +0100
committerMichael Adam <obnox@samba.org>2012-03-03 17:03:07 +0100
commite6283801f44c2782ba7906fec25c7ee382499a14 (patch)
tree90e2949e5e0f803aa388f8359e8011c3ed93b432 /source4/torture/smb2/smb2.c
parentf6047afb2dfd64fc5c636ecadd66f6c4185e100a (diff)
downloadsamba-e6283801f44c2782ba7906fec25c7ee382499a14.tar.gz
s4:torture:smb2: start a testsuite for durable v2 handles: durable and persistent opens
Diffstat (limited to 'source4/torture/smb2/smb2.c')
-rw-r--r--source4/torture/smb2/smb2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/smb2/smb2.c b/source4/torture/smb2/smb2.c
index b07feed8e95..d5fc1db1527 100644
--- a/source4/torture/smb2/smb2.c
+++ b/source4/torture/smb2/smb2.c
@@ -152,6 +152,7 @@ NTSTATUS torture_smb2_init(void)
torture_suite_add_suite(suite, torture_smb2_acls_init());
torture_suite_add_suite(suite, torture_smb2_notify_init());
torture_suite_add_suite(suite, torture_smb2_durable_open_init());
+ torture_suite_add_suite(suite, torture_smb2_durable_v2_open_init());
torture_suite_add_suite(suite, torture_smb2_dir_init());
torture_suite_add_suite(suite, torture_smb2_lease_init());
torture_suite_add_suite(suite, torture_smb2_compound_init());