On Jun 17, 2008, at 13:40 PM, Luis Lavena wrote:
Oops... again:

ruby 1.8.6 (2008-03-03 patchlevel 114) [i386-mswin32]
661 tests, 1863 assertions, 5 failures, 38 errors
1) Error: test_execute_remote(TestGemCommandsDependencyCommand): Errno::ENOTDIR: Not a directory - D:/Temp/test_rubygems_3880/ userhome/.gem/specs/gems.example.com:80
: is not a valid file character on windows, I changed it to %.
32) Failure: test_extract_files(TestGemInstaller) [./test/ test_gem_installer.rb:133]: <256> expected but was <292>.
This was a file permissions test, I wrapped it in an unless Gem.win_platform?
43) Failure: test_initialize_expand_path(TestGemUninstaller) [./test/ test_gem_uninstaller.rb:21]: <"/foo/bar"> expected but was <"D:/foo/ bar">.
This I replaced with an assert_match %r|/foo/bar$| as I don't think I care about the directory.

I'll try to take a look on friday night, since I run out of free time
to do it during the week.

Can you try to do a test run and report the new failures (or hopefully that everything passes).


_______________________________________________
Rubygems-developers mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to