summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-02-20 21:31:16 +0100
committerVolker Lendecke <vl@samba.org>2010-02-20 21:35:03 +0100
commite38908ea65966387076b59352fd1ac6bccf13e33 (patch)
tree62cad499fddd2e40caa5b1e472a7da92849748c7 /source3/script
parent1e8a84aac73f02ac6eec53b5a13ec31347070210 (diff)
downloadsamba-e38908ea65966387076b59352fd1ac6bccf13e33.tar.gz
samba-e38908ea65966387076b59352fd1ac6bccf13e33.tar.bz2
samba-e38908ea65966387076b59352fd1ac6bccf13e33.zip
s3: Rename LOCAL-dom_sid_parse to LOCAL-string_to_sid, add some tests
Diffstat (limited to 'source3/script')
-rwxr-xr-xsource3/script/tests/test_smbtorture_s3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/test_smbtorture_s3.sh b/source3/script/tests/test_smbtorture_s3.sh
index 3e0e3de911..851e58a47c 100755
--- a/source3/script/tests/test_smbtorture_s3.sh
+++ b/source3/script/tests/test_smbtorture_s3.sh
@@ -33,7 +33,7 @@ tests="$tests OPEN XCOPY RENAME DELETE PROPERTIES W2K"
tests="$tests TCON2 IOCTL CHKPATH FDSESS LOCAL-SUBSTITUTE CHAIN1"
tests="$tests GETADDRINFO POSIX UID-REGRESSION-TEST SHORTNAME-TEST"
tests="$tests LOCAL-BASE64 LOCAL-GENCACHE POSIX-APPEND"
-tests="$tests LOCAL-dom_sid_parse"
+tests="$tests LOCAL-string_to_sid"
skipped1="RANDOMIPC NEGNOWAIT NBENCH ERRMAPEXTRACT TRANS2SCAN NTTRANSSCAN"
skipped2="DENY1 DENY2 OPENATTR CASETABLE EATEST"