tests rely on US date formatting without setting the correct Locale
-------------------------------------------------------------------

                 Key: OPENJPA-1383
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1383
             Project: OpenJPA
          Issue Type: Bug
    Affects Versions: 2.0.0-M2
            Reporter: Mark Struberg


A few tests fail if built on a non-US locale (using de.AT here):

{noformat}
java.text.ParseException: Unparseable date: "10/01/2008 1:51 AM"
 at java.text.DateFormat.parse(DateFormat.java:337) 
 at 
org.apache.openjpa.persistence.query.results.TestJPQLMultiSelectTypedResults.populate(TestJPQLMultiSelectTypedResults.java:73)
 at 
org.apache.openjpa.persistence.query.results.TestJPQLMultiSelectTypedResults.setUp(TestJPQLMultiSelectTypedResults.java:55)
{noformat}

tests in error:
{noformat}
  
testMultipleConstructor(org.apache.openjpa.persistence.query.results.TestJPQLMultiSelectTypedResults)
  
testMultipleConstructorMixWithMultiSelect(org.apache.openjpa.persistence.query.results.TestJPQLMultiSelectTypedResults)
  
testMultiSelect(org.apache.openjpa.persistence.query.results.TestJPQLMultiSelectTypedResults)
  
testMultiSelect(org.apache.openjpa.persistence.criteria.results.TestTypedResults)
  
testTypedJPQLQuery(org.apache.openjpa.persistence.criteria.results.TestTypedResults)
  
testDateQuery(org.apache.openjpa.persistence.criteria.results.TestTypedResults)
{noformat}

Please manually set the proper Locale in the tests


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to