summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2015-07-30 14:29:54 +1200
committerStefan Metzmacher <metze@samba.org>2015-08-24 23:46:22 +0200
commit336d41155e94303d0e1fa0530874539339439fed (patch)
tree047316b8c45c3b6f6c0f01e5b09c92681bf1e3da /selftest/tests.py
parent5206ccd002b015a16952d21bd2fa441ff2e39eab (diff)
downloadsamba-336d41155e94303d0e1fa0530874539339439fed.tar.gz
python/tests: Add tests for integer overflow handling
This also documents an issue with our python bindings and lists, as changes to integers in a list of integers are not preserved BUG: https://bugzilla.samba.org/show_bug.cgi?id=11429 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'selftest/tests.py')
-rw-r--r--selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index ef2f6a4bc0b..872fbaf0094 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -51,6 +51,7 @@ planpythontestsuite("none", "samba.tests.auth")
planpythontestsuite("none", "samba.tests.getopt")
planpythontestsuite("none", "samba.tests.security")
planpythontestsuite("none", "samba.tests.dcerpc.misc")
+planpythontestsuite("none", "samba.tests.dcerpc.integer")
planpythontestsuite("none", "samba.tests.param")
planpythontestsuite("none", "samba.tests.upgrade")
planpythontestsuite("none", "samba.tests.core")