Oops.  I don't think I sent this to the whole list.

---------- Forwarded message ----------
From: Rex Madden <[EMAIL PROTECTED] >
Date: Jun 29, 2005 6:48 PM
Subject: Re: [Selenium-users] Re: SeleniumCommandTimedOutException and LogConfigurationException
To: Darrell DeBoer <[EMAIL PROTECTED] >

I also just tried running my the tests in my app using Firefox, but to no avail.
 
 Selenium selenium = new DefaultSelenium(new JettyCommandProcessor(new File(codeRoot), DefaultSelenium.DEFAULT_SELENIUM_CONTEXT,
                  new DirectoryStaticContentHandler(new File(codeRoot, "selenium"))),
                  new DestroyableRuntimeExecutingBrowserLauncher("cmd /c \"c:\\Program Files\\Mozilla Firefox\\firefox\""));
      selenium.start();
      selenium.open("/");
 
Again, Firefox opened with the correct page, but timed out:
 
com.thoughtworks.selenium.SeleniumCommandTimedOutException
at com.thoughtworks.selenium.SingleEntryAsyncQueue.get(SingleEntryAsyncQueue.java:37)
at com.thoughtworks.selenium.SeleneseQueue.doCommand (SeleneseQueue.java:32)
at com.thoughtworks.selenium.embedded.jetty.SeleneseJettyResourceHandler.doCommand(SeleneseJettyResourceHandler.java:45)
at com.thoughtworks.selenium.embedded.jetty.JettyCommandProcessor.doCommand (JettyCommandProcessor.java:97)
at com.thoughtworks.selenium.DefaultSelenium.open(DefaultSelenium.java:55)


 
On 6/29/05, Darrell DeBoer <[EMAIL PROTECTED] > wrote:
These tests all passed for me on Linux/FireFox when I created the 0.5
release. Anyone got them running on Windows/IE?

ciao
Daz

On 6/29/05, Rex Madden <[EMAIL PROTECTED]> wrote:
> So I finally broke down and did something intelligent - I downloaded the
> source and ran ant.  The unit tests all passed, but the integration tests
> all failed.
>
> integration-test-windows:
>      [echo] Integration Tests for Embedded Web Container
>     [junit] Running
> com.thoughtworks.selenium.embedded.jetty.RealDealIntegrationTest
>     [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 76.234 sec
>     [junit] Test
> com.thoughtworks.selenium.embedded.jetty.RealDealIntegrationTest
> FAILED
>      [echo] Integration Tests for Outbedded Web Container, including those
> that require Tomcat installed and CATALINA_HOME set.
>     [junit] Running
> com.thoughtworks.selenium.outbedded.OutbeddedTomcatIntegrationTest
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 38.75 sec
>     [junit] TEST
> com.thoughtworks.selenium.outbedded.EmbeddedJettyIntegrationTest
> FAILED
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 63.234 sec
>     [junit] TEST
> com.thoughtworks.selenium.outbedded.OutbeddedTomcatIntegrationTest
> FAILED
>     [junit] Tests FAILED
>



--
Rex Madden
Director of Technology
Cyrus Innovation
IT Consulting and Agile Software Development
New York City, New York

http://www.cyrusinnovation.com
[EMAIL PROTECTED]


--
Rex Madden
Director of Technology
Cyrus Innovation
IT Consulting and Agile Software Development
New York City, New York

http://www.cyrusinnovation.com
[EMAIL PROTECTED]
_______________________________________________
Selenium-users mailing list
[email protected]
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to