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

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test #12

Open
sanchit11 opened this issue May 20, 2020 · 0 comments

Comments

@sanchit11
Copy link

failed tests when we type mvn clean install
testString2DateTime(tr.com.srdc.cda2fhir.DataTypesTransformerTest) Time elapsed: 0.007 sec <<< FAILURE!
org.junit.ComparisonFailure: TS.value was not transformed expected:<2016-05-27T15:[4]0:00+08:00> but was:<2016-05-27T15:[1]0:00+08:00>
at tr.com.srdc.cda2fhir.DataTypesTransformerTest.testString2DateTime(DataTypesTransformerTest.java:654)

testTS2DateTime(tr.com.srdc.cda2fhir.DataTypesTransformerTest) Time elapsed: 0.001 sec <<< FAILURE!
org.junit.ComparisonFailure: TS.value was not transformed expected:<2016-05-27T15:[4]0:00+08:00> but was:<2016-05-27T15:[1]0:00+08:00>
at tr.com.srdc.cda2fhir.DataTypesTransformerTest.testTS2DateTime(DataTypesTransformerTest.java:789)

Results :

Failed tests:
DataTypesTransformerTest.testString2DateTime:654 TS.value was not transformed expected:<2016-05-27T15:[4]0:00+08:00> but was:<2016-05-27T15:[1]0:00+08:00>
DataTypesTransformerTest.testTS2DateTime:789 TS.value was not transformed expected:<2016-05-27T15:[4]0:00+08:00> but was:<2016-05-27T15:[1]0:00+08:00>

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

No branches or pull requests

1 participant