8000 Revert "REVERT ME: This disables a test fixed by #486" · rubyzip/rubyzip@52bcfc7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 52bcfc7

Browse files
jspanjershainesr
authored andcommitted
Revert "REVERT ME: This disables a test fixed by #486"
This reverts commit 6ac2cb2.
1 parent 369056f commit 52bcfc7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/file_options_test.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,6 @@ def test_restore_times_true
107107
zip.extract(ENTRY_2, EXTPATH_2)
108108
end
109109

110-
# this test is disabled on Windows for now, waiting for #486.
111-
# please remove this after merging #486.
112-
skip if Zip::RUNNING_ON_WINDOWS
113-
114110
assert_time_equal(::File.mtime(TXTPATH), ::File.mtime(EXTPATH_1))
115111
assert_time_equal(::File.mtime(TXTPATH), ::File.mtime(EXTPATH_2))
116112
end

0 commit comments

Comments
 (0)
0