Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mvn install error with timezones #781

Closed
fsleeman opened this issue Aug 27, 2020 · 1 comment
Closed

mvn install error with timezones #781

fsleeman opened this issue Aug 27, 2020 · 1 comment
Assignees
Labels
Milestone

Comments

@fsleeman
Copy link

From a fresh clone of the repo, running mvn install get to the test section and failed with this error:

INFO] Reactor Summary for dcm4che DICOM toolkit and utilities 5.22.5:
[INFO]
[INFO] dcm4che DICOM toolkit and utilities ................ SUCCESS [ 0.067 s]
[INFO] dcm4che-audit ...................................... SUCCESS [ 1.652 s]
[INFO] dcm4che-dict ....................................... SUCCESS [ 0.511 s]
[INFO] dcm4che-test-data .................................. SUCCESS [ 0.010 s]
[INFO] dcm4che-core ....................................... FAILURE [ 2.791 s]

...

[ERROR] Tests run: 48, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.019 s <<< FAILURE! - in org.dcm4che3.data.AttributesTest
[ERROR] testDateRangeSetTimezoneOffsetFromUTC(org.dcm4che3.data.AttributesTest) Time elapsed: 0.005 s <<< FAILURE!
org.junit.ComparisonFailure: expected:<19[]700101> but was:<19[691231-19]700101>
at org.dcm4che3.data.AttributesTest.testDateRangeSetTimezoneOffsetFromUTC(AttributesTest.java:287)

[ERROR] testSetTimezoneOffsetFromUTC(org.dcm4che3.data.AttributesTest) Time elapsed: 0 s <<< FAILURE!
org.junit.ComparisonFailure: expected:<19[70010]1> but was:<19[69123]1>
at org.dcm4che3.data.AttributesTest.testSetTimezoneOffsetFromUTC(AttributesTest.java:270)

I am running Linux Mint 19.2 Cinnamon with JDK 1.8, is there a work around for this or can this test be skipped?

@gunterze gunterze self-assigned this Sep 9, 2020
@gunterze gunterze added the bug label Sep 9, 2020
@gunterze gunterze added this to the 5.22.5 milestone Sep 9, 2020
@gunterze
Copy link
Member

gunterze commented Sep 9, 2020

Caused by #787

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants