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

NullPointerException in spatial filter tests #7

Open
lgoltz opened this issue Nov 15, 2017 · 0 comments
Open

NullPointerException in spatial filter tests #7

lgoltz opened this issue Nov 15, 2017 · 0 comments
Labels

Comments

@lgoltz
Copy link
Contributor

lgoltz commented Nov 15, 2017

Test environment:

Test failure:

Test Name: 	with Temporal Operator Filter
Test Description: 	DGIWG - Web Feature Service 2.0 Profile, 7.3.3., S.24, Requirement 11
Test Result: 	UNTESTED
Reason of Failure: java.lang.RuntimeException: java.lang.NullPointerException

The test occurs cause a DataProvider [1] is invoked before the model is initialised in [2] (annotated with BeforeClass). This causes a NPE in [3] cause the model is null.

[1] de.latlon.ets.wfs20.core.wfs20.testsuite.spatialfilter.SpatialFilterTest#protocolsAndFeatureTypesAndSpatialOperators
[2] org.opengis.cite.iso19142.basic.filter.QueryFilterFixture#initQueryFilterFixture
[3] de.latlon.ets.wfs20.core.wfs20.testsuite.temporalfilter.AbstractTemporalFilterTest#getTemporalDataTypes

@lgoltz lgoltz added the bug label Nov 15, 2017
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

1 participant