X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=selftest%2Ftests.py;h=227857c70eb90905a2c9183b4a9ee877851a3864;hb=a5bc4d8c7a4b0d97d54978f37e9fcabfbde1d38b;hp=c0c4bbc63bb61ad6580d7af37b74e97399735820;hpb=5d774fa732ddb0d71b42eed09be041efcc76c6fe;p=metze%2Fsamba%2Fwip.git diff --git a/selftest/tests.py b/selftest/tests.py index c0c4bbc63bb6..227857c70eb9 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -148,8 +148,8 @@ plantestsuite( planpythontestsuite("none", "samba.tests.upgradeprovision", py3_compatible=True) planpythontestsuite("none", "samba.tests.xattr", py3_compatible=True) planpythontestsuite("none", "samba.tests.ntacls", py3_compatible=True) -planpythontestsuite("none", "samba.tests.policy", py3_compatible=True) -planpythontestsuite("none", "samba.tests.kcc.graph") +planpythontestsuite("none", "samba.tests.policy", py3_compatible=True) +planpythontestsuite("none", "samba.tests.kcc.graph", py3_compatible=True) planpythontestsuite("none", "samba.tests.kcc.graph_utils") planpythontestsuite("none", "samba.tests.kcc.ldif_import_export") planpythontestsuite("none", "samba.tests.graph")