Skip to content

Commit

Permalink
Remove FIXME skip on Windows test
Browse files Browse the repository at this point in the history
* test/ruby/test_file_exhaustive.rb: Remove FIXME skip on Windows
  specific test because the test in question was already fixed.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
luislavena committed Nov 6, 2012
1 parent 95cd5aa commit 75c20a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Wed Nov 7 04:32:15 2012 Luis Lavena <luislavena@gmail.com>

* test/ruby/test_file_exhaustive.rb: Remove FIXME skip on Windows
specific test because the test in question was already fixed.

Wed Nov 7 03:45:12 2012 Luis Lavena <luislavena@gmail.com>

* ext/zlib/extconf.rb: Recognize zlibwapi as linking library.
Expand Down
1 change: 0 additions & 1 deletion test/ruby/test_file_exhaustive.rb
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@ def test_expand_path_cleanup_dots_file_name
if DRIVE
# cleanup dots only on Windows
assert_equal(File.join(Dir.pwd, "a"), File.expand_path("a."), bug)
skip "FIXME"
assert_equal(File.join(Dir.pwd, "a"), File.expand_path("a.."), bug)
else
assert_equal(File.join(Dir.pwd, "a."), File.expand_path("a."), bug)
Expand Down

0 comments on commit 75c20a7

Please sign in to comment.