Skip to content

Commit

Permalink
Test packing the NTFS extra field.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Sep 21, 2020
1 parent 2275e57 commit 38e6571
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/extra_field_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ def test_ntfs
assert_equal(t, extra['NTFS'].mtime)
assert_equal(t, extra['NTFS'].atime)
assert_equal(t, extra['NTFS'].ctime)

assert_equal(str.force_encoding('BINARY'), extra.to_local_bin)
end

def test_merge
Expand Down

0 comments on commit 38e6571

Please sign in to comment.