-------------------------------------------------------------------------------
Test set: org.apache.continuum.web.test.AntTest
-------------------------------------------------------------------------------
Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 50.86 sec <<<
FAILURE!
testAddAntProject(org.apache.continuum.web.test.AntTest) Time elapsed: 16.5 sec
<<< FAILURE!
junit.framework.ComparisonFailure: expected:<Continuum - Group Summary> but
was:<Error Occurred>
at junit.framework.Assert.assertEquals(Assert.java:81)
at junit.framework.Assert.assertEquals(Assert.java:87)
at
org.apache.maven.shared.web.test.AbstractSeleniumTestCase.assertPage(AbstractSeleniumTestCase.java:217)
at
org.apache.continuum.web.test.AbstractContinuumTestCase.assertProjectGroupsSummaryPage(AbstractContinuumTestCase.java:159)
at
org.apache.continuum.web.test.AntTest.testAddAntProject(AntTest.java:36)
Emmanuel Venisse a écrit :
-1. some int/Integer in DefaultContinuum aren't converted to long so
continuum-web-test fails.
AntProjectTest fails due to a classcast exception in DefaultContinuum
line 1186.
Emmanuel
Rahul Thakur a écrit :
Hi,
I'd like to request a vote to merge the id-refactor branch changes.
'int' ids are now converted to 'long' across the project and to allow
really large values. This should cater to scenarios where the id
generation could be started from an arbitrary large value.
Cheers,
Rahul