summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsource3/python/examples/tdbpack/test_tdbpack.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/python/examples/tdbpack/test_tdbpack.py b/source3/python/examples/tdbpack/test_tdbpack.py
index 83282e745e..837600f789 100755
--- a/source3/python/examples/tdbpack/test_tdbpack.py
+++ b/source3/python/examples/tdbpack/test_tdbpack.py
@@ -1,6 +1,6 @@
#! /usr/bin/env python2.2
-__doc__ = """test case for samba.tdbkpack functions
+__doc__ = """test case for samba.tdbpack functions
tdbpack provides a means of pickling values into binary formats
compatible with that used by the samba tdbpack()/tdbunpack()
@@ -113,8 +113,6 @@ class PackTests(unittest.TestCase):
not "canonical".
"""
cases = [('w', (42,), '\x2a\0'),
- ('p', [None], '\0\0\0\0'),
- ('p', ['true'], '\x01\0\0\0'),
]
for packer in both_packers: