jUnit failure during build on Windows - trunk rev 945800
--------------------------------------------------------
Key: BVAL-48
URL: https://issues.apache.org/jira/browse/BVAL-48
Project: BeanValidation
Issue Type: Bug
Components: jsr303
Environment: Windows XP, Sun JDK 1.6 SR16, Maven 2.2.0
Reporter: Jeremy Bauer
I am unable to build trunk on Windows due to a failing jUnit test. Here is the
relevant part of the failure:
Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec <<<
FAILURE!
testMandatoryAttributesPresentInConstraintDescriptor(org.apache.bval.jsr303.BeanDescriptorTest)
Time elapsed: 0 sec <<< FAILURE!
junit.framework.AssertionFailedError: payload attribute not present
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.apache.bval.jsr303.BeanDescriptorTest.testMandatoryAttributesPres
entInConstraintDescriptor(BeanDescriptorTest.java:69)
<snip>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.