summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/smb2.c
diff options
context:
space:
mode:
authorZach Loafman <zachary.loafman@isilon.com>2009-03-26 09:32:50 -0700
committerSteven Danneman <steven.danneman@isilon.com>2009-03-26 16:42:10 -0700
commit7278c549ea7ea4a83ff164a9f9bf335fa4d11dd8 (patch)
tree434f3b0d40b29b9497f98e7ae14137b680bcfc84 /source4/torture/smb2/smb2.c
parent0788436b579b78088bfa9d77fb4c47f652ad5eb8 (diff)
downloadsamba-7278c549ea7ea4a83ff164a9f9bf335fa4d11dd8.tar.gz
samba-7278c549ea7ea4a83ff164a9f9bf335fa4d11dd8.tar.bz2
samba-7278c549ea7ea4a83ff164a9f9bf335fa4d11dd8.zip
Reorganize old persistent_handles test into durable_open.c, turn it into a suite instead of a solo test (in anticipation of more tests).
Diffstat (limited to 'source4/torture/smb2/smb2.c')
-rw-r--r--source4/torture/smb2/smb2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smb2/smb2.c b/source4/torture/smb2/smb2.c
index 9418650de4..3b2e752295 100644
--- a/source4/torture/smb2/smb2.c
+++ b/source4/torture/smb2/smb2.c
@@ -139,7 +139,7 @@ NTSTATUS torture_smb2_init(void)
torture_suite_add_suite(suite, torture_smb2_read_init());
torture_suite_add_suite(suite, torture_smb2_create_init());
torture_suite_add_simple_test(suite, "NOTIFY", torture_smb2_notify);
- torture_suite_add_2smb2_test(suite, "PERSISTENT-HANDLES1", torture_smb2_persistent_handles1);
+ torture_suite_add_suite(suite, torture_smb2_durable_open_init());
torture_suite_add_1smb2_test(suite, "OPLOCK-BATCH1", torture_smb2_oplock_batch1);
suite->description = talloc_strdup(suite, "SMB2-specific tests");