From: Kouhei Sutou on 9 Mar 2010 07:10 Hi, In <229c73c47bcc228c3edf225a5c5e617a(a)ruby-forum.com> "Re: Test::Unit::Omission - Unable to omit tests" on Tue, 9 Mar 2010 02:36:25 +0900, Champak Ch <champaka(a)live.com> wrote: > I get the following error when I run it as suggested above. > > c:/ruby/lib/ruby/gems/1.8/gems/test-unit-2.0.6/lib/test/unit/autorunner.rb:120:in > `expand_path': couldn't find HOME environment -- expanding > `~/.test-unit.xml' (ArgumentError) > from > c:/ruby/lib/ruby/gems/1.8/gems/test-unit-2.0.6/lib/test/unit/autorunner.rb:120:in > `initialize' > from > c:/ruby/lib/ruby/gems/1.8/gems/test-unit-2.0.6/lib/test/unit/autorunner.rb:49:in > `new' > from > c:/ruby/lib/ruby/gems/1.8/gems/test-unit-2.0.6/lib/test/unit/autorunner.rb:49:in > `run' > from > c:/ruby/lib/ruby/gems/1.8/gems/test-unit-2.0.6/lib/test/unit.rb:321 > > Any suggestions? Thanks for your reporting. I've fixed it in trunk and release trunk as test-unit 2.0.7. Please retry with test-unit 2.0.7 again. Thanks, -- kou
From: Champak Ch on 9 Mar 2010 18:11
> Thanks for your reporting. > I've fixed it in trunk and release trunk as test-unit 2.0.7. > Please retry with test-unit 2.0.7 again. Thank you for fixing this so quick. This worked without any errors when I just ran the file. -- Posted via http://www.ruby-forum.com/. |