On Sat, Mar 29, 2008 at 7:12 PM, Evan Weaver <[EMAIL PROTECTED]> wrote: > It is possible that I just plain broke it--maybe related to the order > of the tests, which could be different for you than for me. > > Try reverting the change around the method mentioned in > http://mongrel.rubyforge.org/ticket/19 . The solution in the ticket > didn't really make sense and I need someone else to verify my change. >
Can you try this in latest version? ruby -Ilib;ext;bin;test "C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb" "test/test_helper.rb" "test/unit/test_cgi_wrapper.rb" "test/unit/test_command.rb" "test/unit/test_conditional.rb" "test/unit/test_configurator.rb" "test/unit/test_debug.rb" "test/unit/test_handlers.rb" "test/unit/test_http_parser.rb" "test/unit/test_redirect_handler.rb" "test/unit/test_request_progress.rb" "test/unit/test_response.rb" "test/unit/test_stats.rb" "test/unit/test_uriclassifier.rb" "test/unit/test_ws.rb" (only change the rake_test_loader.rb location). -- Luis Lavena Multimedia systems - Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so. Douglas Adams _______________________________________________ Mongrel-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-development
