Author: drobiazko
Date: Sat Sep 11 23:21:23 2010
New Revision: 996219

URL: http://svn.apache.org/viewvc?rev=996219&view=rev
Log:
Fix occasionally failing test

Modified:
    
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/ZoneTests.java

Modified: 
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/ZoneTests.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/ZoneTests.java?rev=996219&r1=996218&r2=996219&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/ZoneTests.java
 (original)
+++ 
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/ZoneTests.java
 Sat Sep 11 23:21:23 2010
@@ -253,7 +253,7 @@ public class ZoneTests extends TapestryC
 
         select("selectValue1", "3 pre ajax");
 
-        waitForElementToAppear("select1ValueZone");
+        waitForElementToAppear("select2ValueZone");
 
         select("//d...@id='select2ValueZone']//select", "4 post ajax");
     }


Reply via email to