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

Closes #18 #220

Merged
merged 3 commits into from
Jul 19, 2023
Merged

Closes #18 #220

merged 3 commits into from
Jul 19, 2023

Conversation

bpross-52n
Copy link
Contributor

Closes #18

@dstenger dstenger self-requested a review July 7, 2023 14:30
Copy link
Contributor

@dstenger dstenger left a 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 dstenger added this to the 1.5 milestone Jul 7, 2023
@bpross-52n
Copy link
Contributor Author

@dstenger I cannot reproduce these errors, I am afraid. I ran mvn clean install under Windows as well as Linux on the clean issue#18 branch.

@dstenger
Copy link
Contributor

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.

@dstenger
Copy link
Contributor

dstenger commented Jul 12, 2023

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.

@dstenger dstenger self-requested a review July 13, 2023 08:25
@dstenger dstenger assigned dstenger and unassigned bpross-52n Jul 13, 2023
@dstenger
Copy link
Contributor

Adjusted integration tests: 6adae39

@dstenger dstenger merged commit b23a433 into master Jul 19, 2023
@dstenger dstenger deleted the issue#18 branch November 27, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Assert that features in response are in requested BoundingBox
2 participants