search for: remotetestrunner

Displaying 4 results from an estimated 4 matches for "remotetestrunner".

2007 Mar 15
1
Getting the stack trace
....8/test/unit/testsuite.rb:32:in `run'' C:/InstantRails/ruby/lib/ruby/1.8/test/unit/testsuite.rb:31:in `run'' C:/InstantRails/ruby/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:44:in `run_suite'' C:/Backup/RadRails/plugins/org.rubypeople.rdt.testunit_0.8.0.604272100PRD/ruby/RemoteTestRunner.rb:107:in `start_mediator'' C:/Backup/RadRails/plugins/org.rubypeople.rdt.testunit_0.8.0.604272100PRD/ruby/RemoteTestRunner.rb:52:in `start'' C:/Backup/RadRails/plugins/org.rubypeople.rdt.testunit_0.8.0.604272100PRD/ruby/RemoteTestRunner.rb:272 begin ..... .. rescue Exception =&...
2010 Jul 25
0
Testing problems: ActiveSupport
...n `each'' C:/Ruby191/lib/ruby/gems/1.9.1/gems/test-unit-2.1.0/lib/test/unit/testsuite.rb:37:in `run'' C:/Ruby191/lib/ruby/gems/1.9.1/gems/test-unit-2.1.0/lib/test/unit/ui/testrunnermediator.rb:48:in `run_suite'' D:/Projects/.metadata/.plugins/org.rubypeople.rdt.testunit/ruby/RemoteTestRunner.rb:117:in `start_mediator'' D:/Projects/.metadata/.plugins/org.rubypeople.rdt.testunit/ruby/RemoteTestRunner.rb:62:in `start'' D:/Projects/.metadata/.plugins/org.rubypeople.rdt.testunit/ruby/RemoteTestRunner.rb:332:in `<main>'' Thanks a lot to everybody in advance! --...
2007 Jun 01
0
"Exception: stack level too deep" on collection.clear?
.../ruby/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'' C:/ruby/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'' C:/ruby/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'' C:/Program Files/RadRails/plugins/ org.rubypeople.rdt.testunit_0.8.0.604272100PRD/ruby/ RemoteTestRunner.rb:107:in `start_mediator'' C:/Program Files/RadRails/plugins/ org.rubypeople.rdt.testunit_0.8.0.604272100PRD/ruby/ RemoteTestRunner.rb:52:in `start'' C:/Program Files/RadRails/plugins/ org.rubypeople.rdt.testunit_0.8.0.604272100PRD/ruby/ RemoteTestRunner.rb:272 --~--~---------~--...
2006 Jul 24
3
Creating performance test fixtures from development db? How?
Hi all! I''m looking into the testing chapter of Agile Web Development With Rails (2nd ed.). I want to performance test my app, but I''m too lazy to write fixtures for performance test. I''d rather use the data from my development db (because the data is so close to the production data). How do I get the data into the test db without writing fixtures? Could you please