summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-05-22 14:16:46 +0200
committerVolker Lendecke <vl@samba.org>2011-05-22 21:07:40 +0200
commitce9d63d1618e1cd803e68a0d97ec352a8d125070 (patch)
tree1d0fc4c11f0a588cf9f2cc85cea3b8c54c9eb4fa /source3/selftest
parent9a787bbad1f8a5b19242118fe7a37de76562edf8 (diff)
downloadsamba-ce9d63d1618e1cd803e68a0d97ec352a8d125070.tar.gz
samba-ce9d63d1618e1cd803e68a0d97ec352a8d125070.tar.bz2
samba-ce9d63d1618e1cd803e68a0d97ec352a8d125070.zip
s3: Remove the smbtorture3 OPLOCK3 test
This is the last user of cli_receive_smb. Oplocks are nowadays tested in smbtorture4, this mainly has historic value
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 08e62ebbec..962ea7f99f 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -53,7 +53,7 @@ plantestsuite("samba3.local_s3", "s3dc:local", [os.path.join(samba3srcdir, "scri
tests=[ "FDPASS", "LOCK1", "LOCK2", "LOCK3", "LOCK4", "LOCK5", "LOCK6", "LOCK7", "LOCK9",
"UNLINK", "BROWSE", "ATTR", "TRANS2", "TORTURE",
- "OPLOCK1", "OPLOCK2", "OPLOCK3", "OPLOCK4", "STREAMERROR",
+ "OPLOCK1", "OPLOCK2", "OPLOCK4", "STREAMERROR",
"DIR", "DIR1", "DIR-CREATETIME", "TCON", "TCONDEV", "RW1", "RW2", "RW3", "RW-SIGNING",
"OPEN", "XCOPY", "RENAME", "DELETE", "DELETE-LN", "PROPERTIES", "W2K",
"TCON2", "IOCTL", "CHKPATH", "FDSESS", "LOCAL-SUBSTITUTE", "CHAIN1",