Remove FIXME skip on Windows test

* 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
This commit is contained in:
luislavena 2012-11-06 19:40:42 +00:00
parent 95cd5aaa48
commit 75c20a7902
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -538,7 +538,6 @@ class TestFileExhaustive < Test::Unit::TestCase
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)