Skip to content

Commit

Permalink
Fix tests on JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
simonoff committed Jan 20, 2014
1 parent 541ff96 commit 1e03c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/local_entry_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_rewriteLocalHeader64
entry.size = 0x123456789ABCDEF0
entry.compressed_size = 0x0123456789ABCDEF
entry.write_local_entry(buf2, true)
entry.extra['Zip64'].wont_be_nil
refute_nil(entry.extra['Zip64'])
refute_equal(buf1.size, 0)
assert_equal(buf1.size, buf2.size) # it can't grow, or we'd clobber file data
end
Expand Down

0 comments on commit 1e03c13

Please sign in to comment.