Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
(Java) V4 4.2.0
-
None
Description
Since a few days (and I guess this commit) I get following test failure in org.apache.olingo.commons.core.edm.primitivetype.EdmDateTest.valueToString(...):
Failed tests: EdmDateTest.valueToString:56 expected:<2012-0[2-29]> but was:<2012-0[3-01]>
Based on the commit, the test code (see below), my none english (german) environment and the fact that the official build on Apache Jenkins runs without failure, I guess that the test should be changed that it is independent from the environment or the change in the EdmDate should be reviewed.
final Long millis = 1330558323007L; assertEquals("2012-02-29", instance.valueToString(millis, null, null, null, null, null));
Attachments
Issue Links
- is related to
-
OLINGO-864 EdmDate and EdmTimeOfDay output in local timezone
- Closed