Author: hlship
Date: Sun Mar 4 10:37:35 2007
New Revision: 514456
URL: http://svn.apache.org/viewvc?view=rev&rev=514456
Log:
TAPESTRY-1291: Remove the "warmup" request (to help provoke the race condition
elsewhere)
Modified:
tapestry/tapestry5/tapestry-test/trunk/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java
Modified:
tapestry/tapestry5/tapestry-test/trunk/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-test/trunk/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java?view=diff&rev=514456&r1=514455&r2=514456
==============================================================================
---
tapestry/tapestry5/tapestry-test/trunk/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java
(original)
+++
tapestry/tapestry5/tapestry-test/trunk/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java
Sun Mar 4 10:37:35 2007
@@ -168,11 +168,6 @@
_selenium = new DefaultSelenium(new ErrorReportingCommandProcessor(cp));
_selenium.start();
-
- // Warm things up; this prevents errors when the first test runs. Seems to
be a problem
- // with Selenium: inside the JavaScript or the server code.
-
- _selenium.open(BASE_URL);
}
public void addSelection(String locator, String optionLocator)