Remove non-integer Pointer values, which are no longer supported.
authorMartin Pool <mbp@samba.org>
Tue, 12 Nov 2002 21:40:37 +0000 (21:40 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 12 Nov 2002 21:40:37 +0000 (21:40 +0000)
source/python/examples/tdbpack/test_tdbpack.py

index 83282e745e40ca3dd3c6a57ec9e0dda9e16a6a07..d336454274009b5f802ee21aabd10f0c2a834d59 100755 (executable)
@@ -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: