Re: [Wtr-general] creating test suites

2006-09-13 Thread Luke
require 'stringio' solved the problemthnx Charley ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] creating test suites

2006-09-13 Thread Chris McMahon
On 9/13/06, Luke <[EMAIL PROTECTED]> wrote: I practice at ruby and I've done some example test case,now I would like to create test suite and generate reportcan someone look at this code and explain me what's wrong? I still get message : If I remember correctly, this is fixed if you get the code fr

Re: [Wtr-general] creating test suites

2006-09-13 Thread Charley Baker
require 'stringio' I believe this is fixed in some version of test unit. -CharleyOn 9/13/06, Luke < [EMAIL PROTECTED]> wrote:I practice at ruby and I've done some example test case,now I would like to create test suite and generate report can someone look at this code and explain me what's wrong? I

[Wtr-general] creating test suites

2006-09-13 Thread Luke
I practice at ruby and I've done some example test case,now I would like to create test suite and generate reportcan someone look at this code and explain me what's wrong? I still get message :C:/Test/ruby/lib/ruby/site_ruby/1.8/test/unit/ui/reporter.rb:63:in `run': uninitialized constant Test::Uni