diff options
author | Martin Pool <mbp@samba.org> | 2002-11-12 21:40:37 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2002-11-12 21:40:37 +0000 |
commit | cf671ca0dfa51eed5aa5d0d25996faf8fec7552a (patch) | |
tree | b0831aab51b84c74ebffd535a91903fb18f40838 /source3 | |
parent | b6f84a37a9cc46a310b9124bc78151902bd9f92b (diff) | |
download | samba-cf671ca0dfa51eed5aa5d0d25996faf8fec7552a.tar.gz samba-cf671ca0dfa51eed5aa5d0d25996faf8fec7552a.tar.bz2 samba-cf671ca0dfa51eed5aa5d0d25996faf8fec7552a.zip |
Remove non-integer Pointer values, which are no longer supported.
(This used to be commit 4a18526257ec4582679efa7a21d0b31ad07992fb)
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/python/examples/tdbpack/test_tdbpack.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/python/examples/tdbpack/test_tdbpack.py b/source3/python/examples/tdbpack/test_tdbpack.py index 83282e745e..d336454274 100755 --- a/source3/python/examples/tdbpack/test_tdbpack.py +++ b/source3/python/examples/tdbpack/test_tdbpack.py @@ -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: |