summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/smb2.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-05-28 20:03:56 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-05-28 20:03:56 +1000
commitb023ca3e9da21dda21b8242e02778fb8ff4605eb (patch)
treebc2778300890bf09b9f5aea1e76fad5a628eb6bf /source4/torture/smb2/smb2.c
parent28158eb6eae0095eafade1fd0e4bed8fb45397be (diff)
parent91069754f8f60e2ade0f907c4420e01125405919 (diff)
downloadsamba-b023ca3e9da21dda21b8242e02778fb8ff4605eb.tar.gz
samba-b023ca3e9da21dda21b8242e02778fb8ff4605eb.tar.bz2
samba-b023ca3e9da21dda21b8242e02778fb8ff4605eb.zip
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
(This used to be commit ad7f05fd94a19ebae678c733077c59fcea66e5ad)
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 f813148e1d..120a71cc95 100644
--- a/source4/torture/smb2/smb2.c
+++ b/source4/torture/smb2/smb2.c
@@ -135,9 +135,9 @@ NTSTATUS torture_smb2_init(void)
torture_suite_add_simple_test(suite, "GETINFO", torture_smb2_getinfo);
torture_suite_add_simple_test(suite, "SETINFO", torture_smb2_setinfo);
torture_suite_add_simple_test(suite, "FIND", torture_smb2_find);
- torture_suite_add_simple_test(suite, "CREATE", torture_smb2_create);
torture_suite_add_suite(suite, torture_smb2_lock_init());
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_1smb2_test(suite, "OPLOCK-BATCH1", torture_smb2_oplock_batch1);