Author: andyhot
Date: Sun Nov 26 02:24:54 2006
New Revision: 479329

URL: http://svn.apache.org/viewvc?view=rev&rev=479329
Log:
Renamed browser tests

Added:
    
tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/integration/TestBrowserIssues.java
      - copied, changed from r479255, 
tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/integration/IntegrationTests.java
Removed:
    
tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/integration/IntegrationTests.java

Copied: 
tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/integration/TestBrowserIssues.java
 (from r479255, 
tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/integration/IntegrationTests.java)
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/integration/TestBrowserIssues.java?view=diff&rev=479329&p1=tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/integration/IntegrationTests.java&r1=479255&p2=tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/integration/TestBrowserIssues.java&r2=479329
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/integration/IntegrationTests.java
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/integration/TestBrowserIssues.java
 Sun Nov 26 02:24:54 2006
@@ -27,15 +27,14 @@
  * Note: If these tests fail with BindException when starting Jetty, it could 
be Skype. At least on
  * my system, Skype is listening on localhost:80.
  */
[EMAIL PROTECTED](timeOut = 50000, sequential = true, groups =
-{ "integration" })
-public class IntegrationTests extends Assert
[EMAIL PROTECTED](timeOut = 50000, groups = "integration" )
+public class TestBrowserIssues extends Assert
 {
     private static final int JETTY_PORT = 9999;
     private static final String BASE_URL = "http://localhost:9999/";;
 
     /** 60 seconds */
-    public static final String PAGE_LOAD_TIMEOUT = "600000";
+    public static final String PAGE_LOAD_TIMEOUT = "60000";
 
     private Selenium _selenium;
 
@@ -71,8 +70,7 @@
         _jettyRunner = null;
     }
 
-    @Test
-    public void issue_1141() throws Exception
+    public void test_issue_1141() throws Exception
     {
         _selenium.open(BASE_URL);
 
@@ -107,8 +105,7 @@
         waitForInnerHTML("testme", "[6]");
     }
     
-    @Test
-    public void issue_1129() throws Exception
+    public void test_issue_1129() throws Exception
     {
         _selenium.open(BASE_URL);
 


Reply via email to