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-09-03 09:11:35 +0200
commit43c6f8cf69b4d49824e601480ca51c105fa9932f (patch)
tree3682dd8af86f9fb515b0077b442d6ef6fd64138d /selftest/tests.py
parentc9b80d79ec2d8f453dabac495b611fe9b04ba318 (diff)
downloadsamba-43c6f8cf69b4d49824e601480ca51c105fa9932f.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> (cherry picked from commit 336d41155e94303d0e1fa0530874539339439fed)
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")