8000 Test packing the NTFS extra field. · rubyzip/rubyzip@0235e76 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0235e76

Browse files
committed
Test packing the NTFS extra field.
1 parent 8bafcbb commit 0235e76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/extra_field_test.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ def test_ntfs
3535
assert_equal(t, extra['NTFS'].mtime)
3636
assert_equal(t, extra['NTFS'].atime)
3737
assert_equal(t, extra['NTFS'].ctime)
38+
39+
assert_equal(str.force_encoding('BINARY'), extra.to_local_bin)
3840
end
3941

4042
def test_merge

0 commit comments

Comments
 (0)
0