Searched refs:_test_truncation (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xar-254/xar/test/
H A Dintegrity.py15 def _test_truncation(filename, path_to_be_archived, bytes_to_chop, *args): function
34 _test_truncation(filename, "/usr/share/man/man1", 1024 * 1024, "--compression=none")
37 _test_truncation(filename, "/usr/share/man/man1", 1024 * 1024)
41 _test_truncation(filename, "/usr/share/man/man1", 1024 * 1024, "--compression=gzip")
45 _test_truncation(filename, "/usr/share/man/man1", 1024 * 1024, "--compression=bzip2")
49 _test_truncation(filename, "/usr/share/man/man1", 1024 * 1024, "--compression=lzma")
54 _test_truncation(filename, "/bin", 43651, "--compression=none")
57 _test_truncation(filename, "/bin", 43651)
61 _test_truncation(filename, "/bin", 43651, "--compression=gzip")
65 _test_truncation(filenam
[all...]

Completed in 103 milliseconds