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:
@ -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:
|
||||
|
Reference in New Issue
Block a user