Identify and fix the issue that causes intermittent build failures
------------------------------------------------------------------
Key: TAP5-973
URL: https://issues.apache.org/jira/browse/TAP5-973
Project: Tapestry 5
Issue Type: Task
Components: tapestry-spring
Affects Versions: 5.2.0
Reporter: Howard M. Lewis Ship
On a large percentage of builds, we get this error:
expected:<PARIS IN THE SPRINGTIME> but was:<>
java.lang.AssertionError: expected:<PARIS IN THE SPRINGTIME> but was:<>
at org.testng.Assert.fail(Assert.java:86)
at org.testng.Assert.failNotEquals(Assert.java:440)
at org.testng.Assert.assertEquals(Assert.java:110)
at org.testng.Assert.assertEquals(Assert.java:131)
at org.testng.Assert.assertEquals(Assert.java:141)
at
org.apache.tapestry5.test.AbstractIntegrationTestSuite.assertFieldValue(AbstractIntegrationTestSuite.java:220)
(1 more lines...)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.