diff options
| author | Adam Hupp <adam@hupp.org> | 2020-01-11 21:57:24 -0800 |
|---|---|---|
| committer | Adam Hupp <adam@hupp.org> | 2020-01-11 21:57:24 -0800 |
| commit | 18c909c4c98463d8292a7d1733aec007f178f1e5 (patch) | |
| tree | aacffceaebf2bbf029d3f76130e3479dd1a9a842 /test | |
| parent | 7d130f6863e4444fc82ab53fcb0ab8ea508d2156 (diff) | |
| download | python-magic-18c909c4c98463d8292a7d1733aec007f178f1e5.tar.gz | |
Hopefully fix #105
Diffstat (limited to 'test')
| -rwxr-xr-x | test/test.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/test.py b/test/test.py index 62e8a03..c15227d 100755 --- a/test/test.py +++ b/test/test.py @@ -78,7 +78,11 @@ class MagicTest(unittest.TestCase): 'gzip compressed data, was "test", last modified' ': Sun Jun 29 01:32:52 2008, from Unix', 'gzip compressed data, was "test", last modified' - ': Sun Jun 29 01:32:52 2008, from Unix, original size 15'), + ': Sun Jun 29 01:32:52 2008, from Unix, original size 15', + 'gzip compressed data, was "test", ' + 'last modified: Sun Jun 29 01:32:52 2008, ' + 'from Unix, original size modulo 2^32 15' + ), 'text.txt': 'ASCII text', }, buf_equals_file=False) finally: |
