Author: hlship
Date: Sat Jul 23 16:58:31 2011
New Revision: 1150155
URL: http://svn.apache.org/viewvc?rev=1150155&view=rev
Log:
TAP5-1508: Add a note about a (rarely) flakey test
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/CoreBehaviorsTests.java
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/CoreBehaviorsTests.java
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/CoreBehaviorsTests.java?rev=1150155&r1=1150154&r2=1150155&view=diff
==============================================================================
---
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/CoreBehaviorsTests.java
(original)
+++
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/CoreBehaviorsTests.java
Sat Jul 23 16:58:31 2011
@@ -1056,6 +1056,9 @@ public class CoreBehaviorsTests extends
waitForCSSSelectedElementToAppear("div.t-console div");
+ // I've seen this fail, rarely. Appears to be a timing issue. Screen
shot includes "faded" values for the console, so we could be checking too soon
+ // or too late.
+
assertTextPresent("Communication with the server failed: Request event
'action' (on component UnhandledEventDemo:ajax) was not handled; you must
provide a matching event handler method in the component or in one of its
containers.");
}