Interesting. Unfortunately the only machine I have access to is my VM with XP and IE8. That blasted form test. :) Jarmo just fixed the ordering since the previous hard coded comparison didn't work with IE 8 and was brittle. It looks like IE9 stuffs in an empty style attribute for some odd reason. Not a big deal but somewhat annoying.
The other error is a little more disconcerting. IE9 doesn't have a statusText method? I tried searching msdn to no avail. It's not a show stopper for this release but I would like to figure out what's happening for the next release. Thanks for the results Alistair. Charley Baker Lead Developer, Watir, http://watir.com On Sat, Oct 2, 2010 at 2:04 AM, Jarmo <[email protected]> wrote: > Pretty good. I guess we can say that it's IE9 compatible? :) > > On Fri, Oct 1, 2010 at 3:30 PM, Alister Scott <[email protected]> wrote: >> I ran unit tests on watir 1.6.6rc2 on Win 7 IE9 and got the following: >> >> Finished in 64.603 seconds. >> >> 1) Error: >> test_status_returns_window_status(TC_Browser): >> WIN32OLERuntimeError: statusText >> OLE error code:80004005 in <Unknown> >> <No Description> >> HRESULT error code:0x80020009 >> Exception occurred. >> >> C:/ruby/lib/ruby/gems/1.8/gems/watir-1.6.6.rc2/lib/watir/ie-class.rb:343:in >> `method_missing' >> >> C:/ruby/lib/ruby/gems/1.8/gems/watir-1.6.6.rc2/lib/watir/ie-class.rb:343:in >> `status' >> >> C:/ruby/lib/ruby/gems/1.8/gems/commonwatir-1.6.6.rc2/unittests/browser_test. >> rb:13:in `test_status_returns_window_status' >> >> 2) Failure: >> test_form_outer_html(TC_Forms2) [./unittests/../unittests/form_test.rb:53]: >> <"action=pass2.html id=f2 method=get name=test2><br><input type=submit >> value=sub >> mit"> expected but was >> <"action=pass2.html id=f2 method=get name=test2><br><input style=\"\" >> type=submi >> t value=submit">. >> >> 311 tests, 1466 assertions, 1 failures, 1 errors >> rake aborted! >> Command failed with status (1): [c:/ruby/bin/ruby.exe -I"lib" >> "c:/ruby/lib/...] >> >> (See full trace by running task with --trace) >> >> Cheers, >> >> Alister Scott >> Brisbane, Australia >> Watir Web Master: http://watir.com >> Blog: http://watirmelon.com >> LinkedIn: http://www.linkedin.com/in/alisterscott >> >> "There are two ways to get enough: One is to continue to accumulate more and >> more. The other is to desire less." ~ G. K. Chesterton >> >> >> On Fri, Oct 1, 2010 at 8:55 PM, Željko Filipin >> <[email protected]> wrote: >>> >>> On Thu, Sep 30, 2010 at 5:09 PM, Charley Baker <[email protected]> >>> wrote: >>> > We are happy to announce that a (very) long-waited (Fire)Watir >>> > 1.6.6.rc2 is out! >>> >>> C:\watir\firewatir>rake test >>> (...) >>> 318 tests, 1679 assertions, 1 failures, 2 errors >>> >>> Failed tests are our old friends "attach to new window". >>> >>> >>> >>> C:\watir\watir>rake test >>> (...) >>> 311 tests, 1467 assertions, 0 failures, 0 errors >>> >>> Željko >>> >>> _______________________________________________ >>> Wtr-development mailing list >>> [email protected] >>> http://rubyforge.org/mailman/listinfo/wtr-development >> >> >> _______________________________________________ >> Wtr-development mailing list >> [email protected] >> http://rubyforge.org/mailman/listinfo/wtr-development >> > _______________________________________________ > Wtr-development mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/wtr-development _______________________________________________ Wtr-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-development
