-
Notifications
You must be signed in to change notification settings - Fork 8
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
Closes #18 #220
Closes #18 #220
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When trying to build the feature branch with mvn clean install
, I get following unit test failures:
Tests run: 15, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.585 sec <<< FAILURE! - in org.opengis.cite.ogcapifeatures10.util.JsonUtilsTest
testParseSpatialExtent_WithIntegerValues(org.opengis.cite.ogcapifeatures10.util.JsonUtilsTest) Time elapsed: 0.109 sec <<< ERROR!
java.lang.NullPointerException
at org.opengis.cite.ogcapifeatures10.util.JsonUtilsTest.testParseSpatialExtent_WithIntegerValues(JsonUtilsTest.java:152)
testParseSpatialExtent(org.opengis.cite.ogcapifeatures10.util.JsonUtilsTest) Time elapsed: 0.109 sec <<< ERROR!
java.lang.NullPointerException
at org.opengis.cite.ogcapifeatures10.util.JsonUtilsTest.testParseSpatialExtent(JsonUtilsTest.java:138)
Running org.opengis.cite.ogcapifeatures10.TestNGControllerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.opengis.cite.ogcapifeatures10.TestNGControllerTest
Running org.opengis.cite.ogcapifeatures10.conformance.ConformanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.opengis.cite.ogcapifeatures10.conformance.ConformanceTest
Running org.opengis.cite.ogcapifeatures10.SuiteFixtureListenerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 sec - in org.opengis.cite.ogcapifeatures10.SuiteFixtureListenerTest
Results :
Tests in error:
JsonUtilsTest.testParseSpatialExtent:138 NullPointer
JsonUtilsTest.testParseSpatialExtent_WithIntegerValues:152 NullPointer
@bpross-52n Can you please take a look at those failures?
@dstenger I cannot reproduce these errors, I am afraid. I ran |
I pulled a new, clean checkout and now all unit tests are passing. I guess the previous failure was related to the fact that there was already an issue#18 branch before. |
As there is an unexpected failure with a reference implementation, I created a new issue in the deegree tracker: deegree/deegree-ogcapi#100 The Maven integration-tests currently fail. |
Adjusted integration tests: 6adae39 |
Closes #18