aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/binwalk/patches/fix-2.3.3-test.patch
blob: bce5ed7c8f3984c07d45095155bca35a055b578b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
https://github.com/ReFirmLabs/binwalk/issues/566
https://github.com/ReFirmLabs/binwalk/issues/569

--- a/testing/tests/test_firmware_zip.py
+++ b/testing/tests/test_firmware_zip.py
@@ -10,6 +10,8 @@
     '''
     expected_results = [
 	[0, 'Zip archive data, at least v1.0 to extract, name: dir655_revB_FW_203NA/'],
+	[51, 'Zip archive data, at least v2.0 to extract, compressed size: 6395868, uncompressed size: 6422554, name: dir655_revB_FW_203NA/DIR655B1_FW203NAB02.bin'],
+	[6395993, 'Zip archive data, at least v2.0 to extract, compressed size: 14243, uncompressed size: 61440, name: dir655_revB_FW_203NA/dir655_revB_release_notes_203NA.doc'],
 	[6410581, 'End of Zip archive, footer length: 22'],
 
     ]