You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by dr...@apache.org on 2010/09/12 01:21:23 UTC

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

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("//div[@id='select2ValueZone']//select", "4 post ajax");
     }