1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

Remove non-integer Pointer values, which are no longer supported.

(This used to be commit 4a18526257)
This commit is contained in:
Martin Pool
2002-11-12 21:40:37 +00:00
parent b6f84a37a9
commit cf671ca0df

View File

@ -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: