diff options
author | Christian Ambach <ambi@samba.org> | 2012-02-08 16:05:34 +0100 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2012-02-10 15:02:51 +0100 |
commit | be3e479feb3bb8305c8d5bd6e20118191db01226 (patch) | |
tree | be87689f95b7532f00c5257606531c3a87719707 /source3/selftest | |
parent | bff119a3b7d5208d375a6699c6f458b3954eb84d (diff) | |
download | samba-be3e479feb3bb8305c8d5bd6e20118191db01226.tar.gz samba-be3e479feb3bb8305c8d5bd6e20118191db01226.tar.bz2 samba-be3e479feb3bb8305c8d5bd6e20118191db01226.zip |
selftest: add smb2.rename to testsuite
Autobuild-User: Christian Ambach <ambi@samba.org>
Autobuild-Date: Fri Feb 10 15:02:51 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/selftest')
-rwxr-xr-x | source3/selftest/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index ce6d964703..6376eae75b 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -224,7 +224,7 @@ raw = ["raw.acls", "raw.chkpath", "raw.close", "raw.composite", "raw.context", " "raw.samba3checkfsp", "raw.samba3closeerr", "raw.samba3oplocklogoff"] smb2 = ["smb2.lock", "smb2.read", "smb2.compound", "smb2.connect", "smb2.scan", "smb2.scanfind", - "smb2.bench-oplock"] + "smb2.bench-oplock", "smb2.rename"] rpc = ["rpc.authcontext", "rpc.samba3.bind", "rpc.samba3.srvsvc", "rpc.samba3.sharesec", "rpc.samba3.spoolss", "rpc.samba3.wkssvc", "rpc.samba3.winreg", |