Hi, I started playing with Watir code, unit tests to be more precise, and I have a few questions:
1) Is there a way to run *all* watir/firewatir unit tests? I am looking at the code and as far as I get it, only some tests are run with all_tests.rb. After I make the change I would like to test if I broke something. Should tests that are not run with all_tests.rb even be considered as good tests? 2) Can I remove this from ruby and html files in tests? ruby: # revision: $Revision$ html: CVS Revision: "$Revision$" 3) When I open watir/unittests/div_test.rb for example, NetBeans complains that assert_raises will be deprecated in ruby 1.9, assert_raise should be used. More information: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/155815 Should I make the change? 4) Why are tests for div, span and p all in div_test.rb? Should I split it into three files? Željko
_______________________________________________ Wtr-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-development
