Ralica Nacheva wrote:
> Hi all, I'm quite new to Ruby and Watir. I'd like to ask you where exactly to 
> copy/paste the patch? I'm using Watir - v1.4 - should i rewrite the file: 
> C:\ruby\lib\ruby\1.8\test\unit\testcase.rb or the file: 
> C:\ruby\src\ruby-1.8.4\lib\test\unit\testcase.rb or maybe any other file?
>   
You want to use the watir/testcase.rb file contained in Watir 1.5. You 
can pull it out of 1.5 -- it has no dependencies.

This creates a new class, Watir::TestCase. Your tests should be 
subclasses of this. (Instead of Test::Unit::TestCase)

Bret
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to