Zoltan Szugyi created JRUBY-6454:
------------------------------------

             Summary: Unable to launch browsers with watir or capybara in 1.9 
mode
                 Key: JRUBY-6454
                 URL: https://jira.codehaus.org/browse/JRUBY-6454
             Project: JRuby
          Issue Type: Bug
          Components: Ruby 1.9.2, Windows
    Affects Versions: JRuby 1.6.6, JRuby 1.6.5
         Environment: jruby 1.6.6 (ruby-1.9.2-p312) (2012-01-30 5673572) (Java 
HotSpot(TM) 64-Bit Server VM 1.6.0_26) [Windows 7-amd64-java]
            Reporter: Zoltan Szugyi


the following spec results in 
"NameError: uninitialized constant Win32" when using 1.9 mode, but runs fine in 
1.8:

require 'spec_helper'
require 'watir-webdriver'

describe "test" do
    b = Watir::Browser.new :firefox

    url = 'http://google.com'
    it "should have the content 'Google Search'" do
    end
end


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to