Open plexilcrf opened 4 years ago
On macOS 10.15.7, Java version 1.8.0_261, in the US Pacific time zone (-0700):
Executing 'mvn test' from a clean clone of tag v1.4.0 results in the following error:
[ERROR] Failures: [ERROR] ConfigurationBuilderTest.testDate:99 expected:<"19[70-01-0]1"> but was:<"19[69-12-3]1">
If I had to guess, I would imagine this has to do with the time zone in which the test is run.
yes, indeed.
On macOS 10.15.7, Java version 1.8.0_261, in the US Pacific time zone (-0700):
Executing 'mvn test' from a clean clone of tag v1.4.0 results in the following error:
If I had to guess, I would imagine this has to do with the time zone in which the test is run.