Hi, all.

With the latest OneClick installer changes (where rake.bat was finally
fixed) fix for rubygems tests becomes even simpler. See attachment.

Is anybody interested in fixing tests??

On 2/5/07, Anatol Pomozov <[EMAIL PROTECTED]> wrote:

Hi, all.

I've just added small changes that fixes all tests on my Windows machine.
Changes were made only in tests. No any functionality changes.

I hope that we will see success message from Cerberus soon.

Index: test/gemutilities.rb
===================================================================
--- test/gemutilities.rb    (revision 1211)
+++ test/gemutilities.rb    (working copy)
@@ -75,7 +75,7 @@
       Gem::RemoteFetcher.instance_variable_set :@fetcher, nil
     end
 
-    FileUtils.rm_r @tempdir
+    FileUtils.rm_rf @tempdir
     ENV['GEMCACHE'] = nil
     Gem.clear_paths
     Gem::SourceInfoCache.instance_variable_set :@cache, nil
_______________________________________________
Rubygems-developers mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to