We have a fix for this and it will be included in RC2.

Željko Filipin wrote:
> 3) upgrade Watir from 1.6.2 to 1.6.5.
> - machine with Watir 1.6.2 (from the second example)
> - install watir-1.6.5.rc1.gem
>
> >gem install watir --no-rdoc --no-ri
> Successfully installed commonwatir-1.6.5.rc1
> Successfully installed nokogiri-1.3.3-x86-mswin32
> Successfully installed watir-1.6.5.rc1
> 3 gems installed
>
> - firewatir 1.6.5. was not installed
> - sample IRB session
>
> irb(main):001:0> require "watir"
> => true
> irb(main):002:0> puts Watir::IE::VERSION
> LoadError: no such file to load -- watir/ie
>         from (irb):2
> irb(main):003:0> b = Watir::IE.new
> NameError: uninitialized constant Watir::IE
>         from (irb):3
> irb(main):004:0> b = Watir::Browser.new
> LoadError: (eval):1:in `klass': no such file to load -- firewatir
>         from 
> c:/ruby/lib/ruby/gems/1.8/gems/commonwatir-1.6.5.rc1/lib/watir/browser.rb:89:in
>  
> `klass'
>         from 
> c:/ruby/lib/ruby/gems/1.8/gems/commonwatir-1.6.5.rc1/lib/watir/browser.rb:65:in
>  
> `eval'
>         from 
> c:/ruby/lib/ruby/gems/1.8/gems/commonwatir-1.6.5.rc1/lib/watir/browser.rb:89:in
>  
> `klass'
>         from 
> c:/ruby/lib/ruby/gems/1.8/gems/commonwatir-1.6.5.rc1/lib/watir/browser.rb:65:in
>  
> `new'
>         from (irb):4
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to