summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/smb2.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-04-19 09:59:07 +0200
committerAndrew Bartlett <abartlet@samba.org>2008-04-19 09:59:07 +0200
commit61fba825940b03ac954208cc0ead4ed2c0af848a (patch)
treea1bd49b2ec3ef31f39307439cdd1c4711644c44c /source4/torture/smb2/smb2.c
parent0321bc02598087685c6ea144e3920a64ab909b83 (diff)
parentf0eb488d221d2d12d750babac0252aac671d92f4 (diff)
downloadsamba-61fba825940b03ac954208cc0ead4ed2c0af848a.tar.gz
samba-61fba825940b03ac954208cc0ead4ed2c0af848a.tar.bz2
samba-61fba825940b03ac954208cc0ead4ed2c0af848a.zip
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
(This used to be commit 13a0941d3432dc7dae552048265ad1e762b781d4)
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 80b2d25597..f406b7d6e8 100644
--- a/source4/torture/smb2/smb2.c
+++ b/source4/torture/smb2/smb2.c
@@ -138,6 +138,7 @@ NTSTATUS torture_smb2_init(void)
torture_suite_add_suite(suite, torture_smb2_lock_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);
suite->description = talloc_strdup(suite, "SMB2-specific tests");