diff options
author | Volker Lendecke <vl@samba.org> | 2011-04-03 14:36:53 +0200 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-04-03 16:13:21 +0200 |
commit | 32296a2c3653ef1a1fe2ef0e4939be421d1ee7a0 (patch) | |
tree | 0a4efdc749146ae933e9bda547d29b5b95fc1fbf /source3/selftest | |
parent | 2b94169cda00e31a3b7814996abf42635735b6ff (diff) | |
download | samba-32296a2c3653ef1a1fe2ef0e4939be421d1ee7a0.tar.gz samba-32296a2c3653ef1a1fe2ef0e4939be421d1ee7a0.tar.bz2 samba-32296a2c3653ef1a1fe2ef0e4939be421d1ee7a0.zip |
s3: Add a quick test for bug 8042
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Apr 3 16:13:21 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/selftest')
-rwxr-xr-x | source3/selftest/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index cf6f8a76d0..9ddb164b4d 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -59,6 +59,7 @@ tests=[ "FDPASS", "LOCK1", "LOCK2", "LOCK3", "LOCK4", "LOCK5", "LOCK6", "LOCK7", "TCON2", "IOCTL", "CHKPATH", "FDSESS", "LOCAL-SUBSTITUTE", "CHAIN1", "GETADDRINFO", "POSIX", "UID-REGRESSION-TEST", "SHORTNAME-TEST", "LOCAL-BASE64", "LOCAL-GENCACHE", "POSIX-APPEND", + "CASE-INSENSITIVE-CREATE", "LOCAL-string_to_sid", "LOCAL-CONVERT-STRING" ] for t in tests: |