You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XCTAssertEqual(zipEntry.crc32, zipFromDataEntry.crc32, @"zipFromDataEntry.entries[%lu].crc32 must match the reference entry.", (unsignedlong)index);
212
212
213
-
XCTAssertEqualObjects(zipEntry.data, zipFromDataEntry.data, @"zipFromDataEntry.entries[%lu].data must match the reference entry.", (unsignedlong)index);
213
+
XCTAssertEqualObjects([zipEntrynewData], [zipFromDataEntrynewData], @"zipFromDataEntry.entries[%lu].data must match the reference entry.", (unsignedlong)index);
214
214
215
215
XCTAssertEqual(zipEntry.fileMode, zipFromDataEntry.fileMode, @"zipFromDataEntry.entries[%lu].fileMode must match the reference entry.", (unsignedlong)index);
0 commit comments