.. |
crypto
|
Fix warnings: `Use assert_nil if expecting nil`
|
2017-01-08 15:31:51 +09:00 |
data
|
Add a failing test for reading local extra fields.
|
2020-09-20 14:41:24 +01:00 |
filesystem
|
Correctly read extra fields when opening a zip file.
|
2020-10-03 18:27:20 +01:00 |
ioextras
|
Fix Naming/VariableName cop in the tests.
|
2020-02-29 18:11:52 +00:00 |
samples
|
fix rubocop cop Style/SingleSpaceBeforeFirstArg
|
2015-06-08 10:27:21 +03:00 |
basic_zip_file_test.rb
|
Simplify assertions in basic_zip_file_test
|
2021-01-26 07:54:23 -07:00 |
bzip2_support_test.rb
|
Add test for unsupported decompression, e.g bzip2
|
2020-01-26 15:34:17 +01:00 |
case_sensitivity_test.rb
|
Make sure tests that change Zip defaults reset properly.
|
2020-08-31 17:48:08 +01:00 |
central_directory_entry_test.rb
|
Fix Style/SignalException cop.
|
2020-02-15 16:26:32 +00:00 |
central_directory_test.rb
|
Merge pull request #468 from bbuchalter/remove_compare_enumerables
|
2021-02-14 14:28:19 +02:00 |
constants_test.rb
|
Define compression methods
|
2020-01-26 15:34:17 +01:00 |
decompressor_test.rb
|
Support Decompressor plugins
|
2020-01-26 15:34:17 +01:00 |
deflater_test.rb
|
Make sure tests that change Zip defaults reset properly.
|
2020-08-31 17:48:08 +01:00 |
encryption_test.rb
|
Merge branch 'master' into compression_level
|
2021-02-14 14:26:12 +02:00 |
entry_set_test.rb
|
Use keyword arguments for the `Entry` initializer.
|
2020-08-31 17:48:08 +01:00 |
entry_test.rb
|
Set the default `Entry` time to the file's mtime on Windows.
|
2021-05-18 21:59:54 +01:00 |
errors_test.rb
|
Fix Style/Encoding cop.
|
2020-02-15 16:26:32 +00:00 |
extra_field_test.rb
|
Test packing the NTFS extra field.
|
2020-10-03 18:27:20 +01:00 |
extra_field_ut_test.rb
|
Fix Layout/EmptyLinesAroundClassBody cop.
|
2020-02-15 16:26:32 +00:00 |
file_extract_directory_test.rb
|
Fix Naming/VariableName cop in the tests.
|
2020-02-29 18:11:52 +00:00 |
file_extract_test.rb
|
test/file_extract_test.rb: fix test_extract_incorrect_size in s390x arch
|
2020-04-04 11:44:27 -03:00 |
file_options_test.rb
|
Fix Style/NumericLiteralPrefix cop.
|
2020-02-15 16:26:32 +00:00 |
file_permissions_test.rb
|
Fix Naming/AccessorMethodName in the tests.
|
2020-02-29 18:11:52 +00:00 |
file_split_test.rb
|
Fix Style/SymbolProc cop.
|
2020-02-15 16:26:32 +00:00 |
file_test.rb
|
Fix the compression level tests to be relative.
|
2021-02-16 13:21:24 +00:00 |
gentestfiles.rb
|
Install zip for the Windows CI test Action.
|
2021-05-18 23:05:35 +01:00 |
inflater_test.rb
|
fix rubocop Style/StringLiterals cop
|
2015-03-21 11:27:44 +03:00 |
input_stream_test.rb
|
Failing test to catch error on read after readline.
|
2020-11-08 17:19:49 +00:00 |
local_entry_test.rb
|
Make sure tests that change Zip defaults reset properly.
|
2020-08-31 17:48:08 +01:00 |
output_stream_test.rb
|
Merge pull request #464 from hainesr/remove_dosequals
|
2021-05-03 10:22:13 +03:00 |
pass_thru_compressor_test.rb
|
fix rubocop Style/StringLiterals cop
|
2015-03-21 11:27:44 +03:00 |
pass_thru_decompressor_test.rb
|
fix rubocop Style/TrailingBlankLines cop
|
2015-03-20 22:45:50 +03:00 |
path_traversal_test.rb
|
Configure Layout/HashAlignment cop.
|
2020-02-15 16:26:32 +00:00 |
settings_test.rb
|
Fix Naming/VariableName cop in the tests.
|
2020-02-29 18:11:52 +00:00 |
stored_support_test.rb
|
Fix Style/NumericLiterals cop.
|
2020-02-15 16:26:32 +00:00 |
test_helper.rb
|
No longer need to turn on `objectspace` in JRuby.
|
2021-05-25 19:53:42 +01:00 |
unicode_file_names_and_comments_test.rb
|
Make sure tests that change Zip defaults reset properly.
|
2020-08-31 17:48:08 +01:00 |
zip64_full_test.rb
|
Turn off all terminal output in all tests.
|
2018-04-04 19:45:54 +01:00 |
zip64_support_test.rb
|
fix rubocop Style/EmptyLinesAroundClassBody cop
|
2015-03-21 11:21:26 +03:00 |