summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorLumir Balhar <lbalhar@redhat.com>2017-10-11 13:05:01 +0200
committerAndreas Schneider <asn@cryptomilk.org>2017-10-18 10:20:26 +0200
commit88dc82d1f9d8b415f8bc3dc4272a9c2c12e5ad80 (patch)
tree423bb798da4dab999005ba2a863c9e46eda9dcaa /selftest/tests.py
parent87154bcfa9235a726f9d874e122620c678665434 (diff)
downloadsamba-88dc82d1f9d8b415f8bc3dc4272a9c2c12e5ad80.tar.gz
tests: Improve tests of samba.registry Python module
Signed-off-by: Lumir Balhar <lbalhar@redhat.com> Reviewed-by: Andrew Bartlet <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'selftest/tests.py')
-rw-r--r--selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index 9d1d9d3908b..3e3ef84a5ec 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -55,7 +55,7 @@ else:
planpythontestsuite("none", "samba.tests.blackbox.ndrdump")
planpythontestsuite("none", "api", name="ldb.python", extra_path=['lib/ldb/tests/python'])
planpythontestsuite("none", "samba.tests.credentials", py3_compatible=True)
-planpythontestsuite("none", "samba.tests.registry")
+planpythontestsuite("none", "samba.tests.registry", py3_compatible=True)
planpythontestsuite("none", "samba.tests.auth", py3_compatible=True)
planpythontestsuite("none", "samba.tests.get_opt", py3_compatible=True)
planpythontestsuite("none", "samba.tests.security", py3_compatible=True)