You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Test environment:
Test failure:
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
The text was updated successfully, but these errors were encountered: