diff options
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/selftest/tests.py b/selftest/tests.py index e6a92079a5d..7cca4de1eaa 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -96,6 +96,6 @@ planpythontestsuite("none", "samba.tests.upgradeprovision") planpythontestsuite("none", "samba.tests.xattr") planpythontestsuite("none", "samba.tests.ntacls") planpythontestsuite("none", "samba.tests.policy") -planpythontestsuite("none", "samba.tests.graph_utils") -planpythontestsuite("none", "samba.tests.ldif_utils") +planpythontestsuite("none", "samba.tests.kcc.graph_utils") +planpythontestsuite("none", "samba.tests.kcc.ldif_import_export") plantestsuite("wafsamba.duplicate_symbols", "none", [os.path.join(srcdir(), "buildtools/wafsamba/test_duplicate_symbol.sh")]) |