On Mon, Sep 27, 2010 at 6:32 PM, Željko Filipin <[email protected]> wrote: > [2] > > > 1) Failure: > test_bare_button(TC_Form_Entertainment) > [C:/watir/commonwatir/unittests/form2_test.rb:10]: > Exception raised: > Class: <NoMethodError> > Message: <"undefined method `all' for nil:NilClass"> > ---Backtrace--- > C:/watir/watir/lib/watir/container.rb:775:in `ole_inner_elements' > C:/watir/watir/lib/watir/container.rb:837:in `locate_input_element' > C:/watir/watir/lib/watir/input_elements.rb:5:in `locate' > C:/watir/watir/lib/watir/element.rb:54:in `assert_exists' > C:/watir/watir/lib/watir/element.rb:315:in `enabled?' > C:/watir/watir/lib/watir/element.rb:62:in `assert_enabled' > C:/watir/watir/lib/watir/element.rb:259:in `click!' > C:/watir/watir/lib/watir/element.rb:229:in `click' > C:/watir/commonwatir/unittests/form2_test.rb:11:in `test_bare_button' > C:/watir/commonwatir/unittests/form2_test.rb:10:in `test_bare_button' > ---------------
Try to run just that test alone and see if there's any difference. > > 2) Failure: > test_form_outer_html(TC_Forms2) [C:/watir/watir/unittests/form_test.rb:43]: > <"\r\n<FORM id=f2 name=test2 action=pass2.html method=get><BR><INPUT > type=submit value=Submit> </FORM>"> expected but was > <"\r\n<FORM id=f2 method=get name=test2 action=pass2.html><BR><INPUT > value=Submit type=submit> </FORM>">. This is just a bad test relying on attributes order. It's failing for me too, but haven't had time to fix it yet. Should be fixed, yes. > > C:\watir\firewatir\unittests>mozilla_all_tests.rb > Loaded suite C:/watir/firewatir/unittests/mozilla_all_tests > Started > ... So it just hanged? Jarmo _______________________________________________ Wtr-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-development
