diff options
author | Jeff Layton <jlayton@samba.org> | 2013-07-31 10:38:23 -0400 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-07-31 15:16:18 -0700 |
commit | 63db0694c45b1ce59b9232f0690226fce39f9c28 (patch) | |
tree | d97083a44f3e18d6d7880173efb10a20d4fe47af /source3/selftest/tests.py | |
parent | 1a21bc04830958a8058d7304921c836edd63586e (diff) | |
download | samba-63db0694c45b1ce59b9232f0690226fce39f9c28.tar.gz samba-63db0694c45b1ce59b9232f0690226fce39f9c28.tar.bz2 samba-63db0694c45b1ce59b9232f0690226fce39f9c28.zip |
torture: add LOCAL-sid_to_string testcase
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/selftest/tests.py')
-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 3fc6684665..afab6872a0 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -99,6 +99,7 @@ local_tests = [ "LOCAL-STREAM-NAME", "LOCAL-WBCLIENT", "LOCAL-string_to_sid", + "LOCAL-sid_to_string", "LOCAL-binary_to_sid", "LOCAL-DBTRANS", "LOCAL-TEVENT-SELECT", |