Validator Tests are failing due to errors in the properties files.
------------------------------------------------------------------
Key: SHALE-486
URL: https://issues.apache.org/struts/browse/SHALE-486
Project: Shale
Issue Type: Bug
Components: Validator
Affects Versions: 1.0.5-SNAPSHOT
Reporter: Greg Reddin
Assignee: Greg Reddin
Fix For: 1.0.5-SNAPSHOT
Th AbstractConverterTestCase and AbstractValidatorTestCase both reference the
"errors.long" property but the TestBundle.properties file contains a property
called "errors.Long". Also, these tests are invalid because they reference
properties that are supposed to be overridden by the application but neither of
the properties "errors.long" and "errors.integer" are found in the default
bundle. The fix is simply to change the properties being referenced to
something that is found in the default bundle.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.