diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-05-27 18:19:22 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-05-27 18:19:22 +1000 |
commit | a75d5075ea264777c5696b07140c95de5bdd456a (patch) | |
tree | 32978cf153acd5ac67ce240dbf101c41875f75cc /source4/torture | |
parent | beac55a88fd28b6003ba163f32539a7bdc2df1a6 (diff) | |
download | samba-a75d5075ea264777c5696b07140c95de5bdd456a.tar.gz samba-a75d5075ea264777c5696b07140c95de5bdd456a.tar.bz2 samba-a75d5075ea264777c5696b07140c95de5bdd456a.zip |
re-enable some tests
(This used to be commit c15b24a2f4346b6f07e1d5fd4f2bef7cd09cf350)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/smb2/lock.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/torture/smb2/lock.c b/source4/torture/smb2/lock.c index c708c9f770..4e21045a33 100644 --- a/source4/torture/smb2/lock.c +++ b/source4/torture/smb2/lock.c @@ -472,9 +472,9 @@ struct torture_suite *torture_smb2_lock_init(void) struct torture_suite *suite = torture_suite_create(talloc_autofree_context(), "LOCK"); torture_suite_add_1smb2_test(suite, "VALID-REQUEST", test_valid_request); -// torture_suite_add_1smb2_test(suite, "RW-NONE", test_lock_rw_none); -// torture_suite_add_1smb2_test(suite, "RW-SHARED", test_lock_rw_shared); -// torture_suite_add_1smb2_test(suite, "RW-EXCLUSIV", test_lock_rw_exclusiv); + torture_suite_add_1smb2_test(suite, "RW-NONE", test_lock_rw_none); + torture_suite_add_1smb2_test(suite, "RW-SHARED", test_lock_rw_shared); + torture_suite_add_1smb2_test(suite, "RW-EXCLUSIV", test_lock_rw_exclusiv); suite->description = talloc_strdup(suite, "SMB2-LOCK tests"); |