From: Volker Lendecke Date: Mon, 10 Sep 2012 13:52:20 +0000 (+0200) Subject: s3: Run raw.oplock X-Git-Tag: samba-4.0.0rc1~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79f05247d56603552d750b5d8cc6e82793ff7cb5;p=thirdparty%2Fsamba.git s3: Run raw.oplock Signed-off-by: Jeremy Allison --- diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index f887f7f5977..f4a0d54e034 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -274,7 +274,7 @@ base = ["base.attr", "base.charset", "base.chkpath", "base.defer_open", "base.de "base.xcopy", "base.samba3error"] raw = ["raw.acls", "raw.chkpath", "raw.close", "raw.composite", "raw.context", "raw.eas", - "raw.ioctl", "raw.lock", "raw.mkdir", "raw.mux", "raw.notify", "raw.open", "raw.oplock" + "raw.ioctl", "raw.lock", "raw.mkdir", "raw.mux", "raw.notify", "raw.open", "raw.oplock", "raw.qfileinfo", "raw.qfsinfo", "raw.read", "raw.rename", "raw.search", "raw.seek", "raw.sfileinfo.base", "raw.sfileinfo.bug", "raw.streams", "raw.unlink", "raw.write", "raw.samba3hide", "raw.samba3badpath", "raw.sfileinfo.rename", "raw.session",