I don't see Continuum complaining. Does anyone else see a test
failure in Tomahawk?
$ mvn clean install
...
Compiling 22 source files to
c:\svn\myfaces\current\tomahawk\core\target\test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory:
c:\svn\myfaces\current\tomahawk\core\target\surefire-reports
...
Running org.apache.myfaces.custom.date.UserDataTest
Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.031
sec <<< FAILURE!
From tomahawk/core/target/surefire-reports:
Test set: org.apache.myfaces.custom.date.UserDataTest
-------------------------------------------------------------------------------
Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.047
sec <<< FAILURE!
testParseGivesCorrectDateWhenValidDataIsEnteredForTypeDate(org.apache.myfaces.cu
stom.date.UserDataTest) Time elapsed: 0 sec <<< FAILURE!
junit.framework.ComparisonFailure: expected:<20...> but was:<19...>
at junit.framework.Assert.assertEquals(Assert.java:81)
at junit.framework.Assert.assertEquals(Assert.java:87)
at org.apache.myfaces.custom.date.UserDataTest.testParseGivesCorrectDate
WhenValidDataIsEnteredForTypeDate(UserDataTest.java:66)
Thanks,
Wendy