Bump postgresql.version from 42.7.3 to 42.7.4 #4546
GitHub Actions / Test Results
failed
Aug 23, 2024 in 0s
1 fail, 1 skipped, 264 pass in 3m 20s
Annotations
Check warning on line 0 in nl.b3p.tailormap.api.controller.LayerExportControllerIntegrationTest
github-actions / Test Results
shouldNotExportHiddenAttributesInGeoJSON (nl.b3p.tailormap.api.controller.LayerExportControllerIntegrationTest) failed
artifacts/Test Results/TEST-nl.b3p.tailormap.api.controller.LayerExportControllerIntegrationTest.xml [took 1s]
Raw output
No value at JSON path "$.type"
java.lang.AssertionError: No value at JSON path "$.type"
at org.springframework.test.util.JsonPathExpectationsHelper.evaluateJsonPath(JsonPathExpectationsHelper.java:302)
at org.springframework.test.util.JsonPathExpectationsHelper.assertValue(JsonPathExpectationsHelper.java:99)
at org.springframework.test.web.servlet.result.JsonPathResultMatchers.lambda$value$2(JsonPathResultMatchers.java:111)
at org.springframework.test.web.servlet.MockMvc$1.andExpect(MockMvc.java:214)
at nl.b3p.tailormap.api.controller.LayerExportControllerIntegrationTest.shouldNotExportHiddenAttributesInGeoJSON(LayerExportControllerIntegrationTest.java:231)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: com.jayway.jsonpath.PathNotFoundException: Expected to find an object with property ['type'] in path $ but found 'java.lang.String'. This is not a json object according to the JsonProvider: 'com.jayway.jsonpath.spi.json.JsonSmartJsonProvider'.
2024-08-23T11:31:59.902Z DEBUG 4726 --- [ main] n.b.t.api.security.AuditInterceptor : Audit: request by anonymous user ([anonymous])
2024-08-23T11:32:00.491Z INFO 4726 --- [ main] n.b.t.a.c.LayerExportController : WMS described layer "postgis:begroeidterreindeel" with typeNames "[postgis:begroeidterreindeel]" of WFS "https://snapshot.tailormap.nl/geoserver/wfs?" for WMS "https://snapshot.tailormap.nl/geoserver/wms"
2024-08-23T11:32:01.298Z INFO 4726 --- [ main] n.b.t.a.c.LayerExportController : Layer download null, proxying WFS GetFeature request https://snapshot.tailormap.nl/geoserver/wfs?SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&typeNames=postgis%3Abegroeidterreindeel&outputFormat=application%2Fjson&cql_filter=%28bronhouder+ILIKE+%27L0001%27%29&propertyName=identificatie%2Cclass%2Clv_publicatiedatum%2Ccreationdate%2Ctijdstipregistratie%2Ceindregistratie%2Cinonderzoek%2Crelatievehoogteligging%2Cbgt_status%2Cplus_status%2Cplus_fysiekvoorkomen%2Cgeom
2024-08-23T11:32:01.848Z INFO 4726 --- [ main] n.b.t.a.c.LayerExportController : Layer download response code: 200, content type: application/xml, disposition: <none>
MockHttpServletRequest:
HTTP Method = GET
Request URI = /api/app/default/layer/lyr:snapshot-geoserver:postgis:begroeidterreindeel/export/download
Parameters = {outputFormat=[application/json], filter=[(bronhouder ILIKE 'L0001')]}
Headers = [Accept:"application/json"]
Body = null
Session Attrs = {}
Handler:
Type = nl.b3p.tailormap.api.controller.LayerExportController
Method = nl.b3p.tailormap.api.controller.LayerExportController#download(GeoService, GeoServiceLayer, Application, AppTreeLayerNode, String, List, String, String, String, String, HttpServletRequest)
Async:
Async started = false
Async result = null
Resolved Exception:
Type = null
ModelAndView:
View name = null
View = null
Model = null
FlashMap:
Attributes = null
MockHttpServletResponse:
Status = 200
Error message = null
Headers = [Set-Cookie:"XSRF-TOKEN=c3407890-dc87-43c0-b2f1-dce22c5ae501; Path=/", Content-Type:"application/xml", X-Content-Type-Options:"nosniff", X-XSS-Protection:"0", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY"]
Content type = application/xml
Body = <?xml version="1.0" encoding="UTF-8"?><ows:ExceptionReport xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ows="http://www.opengis.net/ows" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0.0" xsi:schemaLocation="http://www.opengis.net/ows https://snapshot.tailormap.nl/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd">
<ows:Exception exceptionCode="InvalidParameterValue">
<ows:ExceptionText>Illegal property name: bronhouder for feature type postgis:begroeidterreindeel</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
Forwarded URL = null
Redirected URL = null
Cookies = [[Cookie@2dd0be6a name = 'XSRF-TOKEN', value = 'c3407890-dc87-43c0-b2f1-dce22c5ae501', comment = [null], domain = [null], maxAge = -1, path = '/', secure = false, version = 0, httpOnly = false]]
Check notice on line 0 in .github
github-actions / Test Results
1 skipped test found
There is 1 skipped test, see "Raw output" for the name of the skipped test.
Raw output
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_return_non_empty_featurecollections_for_valid_page_from_wfs
Check notice on line 0 in .github
github-actions / Test Results
266 tests found
There are 266 tests, see "Raw output" for the full list of tests.
Raw output
nl.b3p.tailormap.api.ValidateGeoToolsInArtifactIntegrationTest ‑ checkArtifact
nl.b3p.tailormap.api.controller.AppControllerIntegrationTest ‑ finds_by_name
nl.b3p.tailormap.api.controller.AppControllerIntegrationTest ‑ finds_service_viewer
nl.b3p.tailormap.api.controller.AppControllerIntegrationTest ‑ not_found_by_name
nl.b3p.tailormap.api.controller.AppControllerIntegrationTest ‑ not_found_unpublished_service_viewer
nl.b3p.tailormap.api.controller.AppControllerIntegrationTest ‑ not_found_when_default_not_exists
nl.b3p.tailormap.api.controller.AppControllerIntegrationTest ‑ not_found_when_no_default
nl.b3p.tailormap.api.controller.AppControllerIntegrationTest ‑ returns_default_when_no_arguments
nl.b3p.tailormap.api.controller.AppControllerIntegrationTest ‑ should_send_401_when_application_configured
nl.b3p.tailormap.api.controller.ConfigurationControllerIntegrationTest ‑ test
nl.b3p.tailormap.api.controller.ConfigurationControllerIntegrationTest ‑ testNotAvailableForViewer
nl.b3p.tailormap.api.controller.ConfigurationControllerIntegrationTest ‑ testNotExist
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testDeleteExistingFeatureMsSql
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testDeleteExistingFeatureOrcl
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testDeleteExistingFeaturePG
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testDeleteExistingFeatureWFS
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testDeleteNonExistentFeature
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testDeleteWhenLayerDoesNotExist
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testDuplicatePrimaryKeyPG
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testGetIsUnsupported
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testNonEditablePatch
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testPatchForeignCRSPG
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testPatchHiddenAttribute
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testPatchHiddenAttributeInAppLayerSettings
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testPatchMsSql
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testPatchNonExistentAttribute
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testPatchOrcl
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testPatchPG
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testPatchReadOnlyAttribute
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testPatchWFS
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testPostForeignCRSPG
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testPostMsSql
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testPostOrcl
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testPostPG
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testPutIsUnsupported
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testUnAuthenticatedDelete
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testUnAuthenticatedPatch
nl.b3p.tailormap.api.controller.EditFeatureControllerIntegrationTest ‑ testUnAuthenticatedPost
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ broken_filter_not_supported
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[10]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[11]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[12]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[13]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[14]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[15]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[16]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[17]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[18]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[19]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[1]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[20]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[21]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[22]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[23]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[24]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[25]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[26]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[27]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[28]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[29]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[2]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[30]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[31]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[32]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[33]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[34]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[35]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[36]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[37]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[38]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[39]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[3]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[40]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[41]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[42]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[43]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[44]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[45]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[46]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[47]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[48]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[49]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[4]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[50]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[51]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[52]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[53]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[54]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[55]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[56]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[57]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[58]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[59]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[5]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[6]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[7]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[8]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ filterTest(String, String, int)[9]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ get_by_fid_from_database
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ get_by_fid_from_database_with_geometry
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ get_by_fid_from_wfs
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ get_by_fid_from_wfs_with_geomerty
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ givenOnly_XorY_shouldError
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ given_distance_NotGreaterThanZero
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ ignore_skipGeometryOutput_with_onlyGeometries(String)[1]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ ignore_skipGeometryOutput_with_onlyGeometries(String)[2]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ ignore_skipGeometryOutput_with_onlyGeometries(String)[3]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ ignore_skipGeometryOutput_with_onlyGeometries(String)[4]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ ignore_skipGeometryOutput_with_onlyGeometries(String)[5]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ onlyGeometries(String)[1]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ onlyGeometries(String)[2]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ onlyGeometries(String)[3]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ onlyGeometries(String)[4]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ onlyGeometries(String)[5]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ only_filter_not_supported
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_error_when_calling_with_nonexistent_appId
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_not_find_when_called_without_appId
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_produce_feature_from_wfs
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_produce_for_valid_input_pdok_betuurlijkegebieden
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_produce_for_valid_input_pdok_betuurlijkegebieden_without_simplifying
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_produce_reprojected_features_from_database
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_return_default_sorted_featurecollections_for_no_or_invalid_sorting_from_wfs
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_return_empty_featurecollection_for_out_of_range_page_database(String, int)[1]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_return_empty_featurecollection_for_out_of_range_page_database(String, int)[2]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_return_empty_featurecollection_for_out_of_range_page_database(String, int)[3]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_return_empty_featurecollection_for_out_of_range_page_database(String, int)[4]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_return_empty_featurecollection_for_out_of_range_page_from_wfs
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_return_non_empty_featurecollections_for_valid_page_from_wfs
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_return_non_empty_featurecollections_for_valid_pages_from_database(String, int)[1]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_return_non_empty_featurecollections_for_valid_pages_from_database(String, int)[2]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_return_non_empty_featurecollections_for_valid_pages_from_database(String, int)[3]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_return_non_empty_featurecollections_for_valid_pages_from_database(String, int)[4]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_return_same_featurecollection_for_same_page_database(String, int)[1]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_return_same_featurecollection_for_same_page_database(String, int)[2]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_return_same_featurecollection_for_same_page_database(String, int)[3]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_return_same_featurecollection_for_same_page_database(String, int)[4]
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_return_sorted_featurecollections_for_valid_sorting_from_database
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_return_sorted_featurecollections_for_valid_sorting_from_wfs
nl.b3p.tailormap.api.controller.FeaturesControllerIntegrationTest ‑ should_send_403_when_access_denied
nl.b3p.tailormap.api.controller.GeoServiceProxyControllerIntegrationTest ‑ allow_http_get
nl.b3p.tailormap.api.controller.GeoServiceProxyControllerIntegrationTest ‑ allow_http_post
nl.b3p.tailormap.api.controller.GeoServiceProxyControllerIntegrationTest ‑ app_not_found_404
nl.b3p.tailormap.api.controller.GeoServiceProxyControllerIntegrationTest ‑ deny_non_proxied_service
nl.b3p.tailormap.api.controller.GeoServiceProxyControllerIntegrationTest ‑ deny_wrong_protocol
nl.b3p.tailormap.api.controller.GeoServiceProxyControllerIntegrationTest ‑ test_obk_wmts_GetCapabilities
nl.b3p.tailormap.api.controller.GeoServiceProxyControllerIntegrationTest ‑ test_obk_wmts_GetTile
nl.b3p.tailormap.api.controller.GeoServiceProxyControllerIntegrationTest ‑ test_obk_wmts_GetTile_Conditional
nl.b3p.tailormap.api.controller.GeoServiceProxyControllerIntegrationTest ‑ test_pdok_wms_GetCapabilities
nl.b3p.tailormap.api.controller.GeoServiceProxyControllerIntegrationTest ‑ test_pdok_wms_GetLegendGraphic
nl.b3p.tailormap.api.controller.GeoServiceProxyControllerIntegrationTest ‑ test_pdok_wms_GetMap
nl.b3p.tailormap.api.controller.GeoServiceProxyControllerIntegrationTest ‑ test_proxied_legend_from_capabilities(TestInfo)
nl.b3p.tailormap.api.controller.GeoServiceProxyControllerIntegrationTest ‑ test_proxied_legend_from_capabilities2(TestInfo)
nl.b3p.tailormap.api.controller.GeoServiceProxyControllerIntegrationTest ‑ test_proxied_legend_from_capabilities_unauthorized
nl.b3p.tailormap.api.controller.GeoServiceProxyControllerIntegrationTest ‑ test_wms_secured_app_denied
nl.b3p.tailormap.api.controller.GeoServiceProxyControllerIntegrationTest ‑ test_wms_secured_app_granted
nl.b3p.tailormap.api.controller.GeoServiceProxyControllerIntegrationTest ‑ test_wms_secured_proxy_not_in_public_app
nl.b3p.tailormap.api.controller.LayerDescriptionControllerIntegrationTest ‑ appLayer_with_feature_type_but_no_editable_setting
nl.b3p.tailormap.api.controller.LayerDescriptionControllerIntegrationTest ‑ app_not_found_404
nl.b3p.tailormap.api.controller.LayerDescriptionControllerIntegrationTest ‑ public_app
nl.b3p.tailormap.api.controller.LayerDescriptionControllerIntegrationTest ‑ test_authorization_access_to_layer_but_not_application
nl.b3p.tailormap.api.controller.LayerDescriptionControllerIntegrationTest ‑ test_authorization_application_layer_authorization_conflicting_allow_deny
nl.b3p.tailormap.api.controller.LayerDescriptionControllerIntegrationTest ‑ test_authorization_service_allow_and_layer_allow
nl.b3p.tailormap.api.controller.LayerDescriptionControllerIntegrationTest ‑ test_authorization_service_allow_but_layer_deny
nl.b3p.tailormap.api.controller.LayerDescriptionControllerIntegrationTest ‑ test_wms_secured_app_denied
nl.b3p.tailormap.api.controller.LayerDescriptionControllerIntegrationTest ‑ test_wms_secured_app_granted_but_no_feature_type
nl.b3p.tailormap.api.controller.LayerExportControllerIntegrationTest ‑ shouldExportGeoJSON
nl.b3p.tailormap.api.controller.LayerExportControllerIntegrationTest ‑ shouldExportGeoJSONWithFilter
nl.b3p.tailormap.api.controller.LayerExportControllerIntegrationTest ‑ shouldExportGeoJSONWithFilterAndSort
nl.b3p.tailormap.api.controller.LayerExportControllerIntegrationTest ‑ shouldExportGeoPackage
nl.b3p.tailormap.api.controller.LayerExportControllerIntegrationTest ‑ shouldNotExportHiddenAttributesInGeoJSON
nl.b3p.tailormap.api.controller.LayerExportControllerIntegrationTest ‑ shouldNotExportHiddenAttributesInGeoJSONWhenRequested
nl.b3p.tailormap.api.controller.LayerExportControllerIntegrationTest ‑ shouldReturnExportCapabilitiesWithJDBCFeatureSource
nl.b3p.tailormap.api.controller.LayerExportControllerIntegrationTest ‑ shouldReturnExportCapabilitiesWithWFSFeatureSource
nl.b3p.tailormap.api.controller.SearchControllerIntegrationTest ‑ searchOracleLayerWithoutIndex
nl.b3p.tailormap.api.controller.SearchControllerIntegrationTest ‑ searchPostgis
nl.b3p.tailormap.api.controller.SearchControllerIntegrationTest ‑ searchPostgisGroen
nl.b3p.tailormap.api.controller.SearchControllerIntegrationTest ‑ searchSQLServerStartAtItem10
nl.b3p.tailormap.api.controller.SearchControllerIntegrationTest ‑ testBadRequestQuery
nl.b3p.tailormap.api.controller.SearchControllerIntegrationTest ‑ testLayerDoesNotExist
nl.b3p.tailormap.api.controller.SearchControllerIntegrationTest ‑ testLayerWithoutFeatureType
nl.b3p.tailormap.api.controller.UniqueValuesControllerIntegrationTest ‑ attribute_name_required
nl.b3p.tailormap.api.controller.UniqueValuesControllerIntegrationTest ‑ bronhouder_unique_values_test(String, String[])[1]
nl.b3p.tailormap.api.controller.UniqueValuesControllerIntegrationTest ‑ bronhouder_unique_values_test(String, String[])[2]
nl.b3p.tailormap.api.controller.UniqueValuesControllerIntegrationTest ‑ bronhouder_unique_values_test(String, String[])[3]
nl.b3p.tailormap.api.controller.UniqueValuesControllerIntegrationTest ‑ bronhouder_with_filter_on_bronhouder_unique_values_test(String, String[])[1]
nl.b3p.tailormap.api.controller.UniqueValuesControllerIntegrationTest ‑ bronhouder_with_filter_on_bronhouder_unique_values_test(String, String[])[2]
nl.b3p.tailormap.api.controller.UniqueValuesControllerIntegrationTest ‑ bronhouder_with_filter_on_bronhouder_unique_values_test(String, String[])[3]
nl.b3p.tailormap.api.controller.UniqueValuesControllerIntegrationTest ‑ bronhouder_with_filter_on_inonderzoek_unique_values_test(String)[1]
nl.b3p.tailormap.api.controller.UniqueValuesControllerIntegrationTest ‑ bronhouder_with_filter_on_inonderzoek_unique_values_test(String)[2]
nl.b3p.tailormap.api.controller.UniqueValuesControllerIntegrationTest ‑ bronhouder_with_filter_on_inonderzoek_unique_values_test(String)[3]
nl.b3p.tailormap.api.controller.UniqueValuesControllerIntegrationTest ‑ layer_without_featuretype
nl.b3p.tailormap.api.controller.UniqueValuesControllerIntegrationTest ‑ test_hidden_attribute
nl.b3p.tailormap.api.controller.UniqueValuesControllerIntegrationTest ‑ unique_values_from_wfs
nl.b3p.tailormap.api.controller.UniqueValuesControllerIntegrationTest ‑ unique_values_from_wfs_with_filter_on_different
nl.b3p.tailormap.api.controller.UniqueValuesControllerIntegrationTest ‑ unique_values_from_wfs_with_filter_on_same
nl.b3p.tailormap.api.controller.UniqueValuesControllerIntegrationTest ‑ unique_values_oracle_timestamp_HTM_492
nl.b3p.tailormap.api.controller.UniqueValuesControllerReConfiguredIntegrationTest ‑ bronhouder_unique_values_test(String, String[])[1]
nl.b3p.tailormap.api.controller.UniqueValuesControllerReConfiguredIntegrationTest ‑ bronhouder_unique_values_test(String, String[])[2]
nl.b3p.tailormap.api.controller.UniqueValuesControllerReConfiguredIntegrationTest ‑ bronhouder_unique_values_test(String, String[])[3]
nl.b3p.tailormap.api.controller.UniqueValuesControllerReConfiguredIntegrationTest ‑ bronhouder_with_filter_on_bronhouder_unique_values_test(String, String[])[1]
nl.b3p.tailormap.api.controller.UniqueValuesControllerReConfiguredIntegrationTest ‑ bronhouder_with_filter_on_bronhouder_unique_values_test(String, String[])[2]
nl.b3p.tailormap.api.controller.UniqueValuesControllerReConfiguredIntegrationTest ‑ bronhouder_with_filter_on_bronhouder_unique_values_test(String, String[])[3]
nl.b3p.tailormap.api.controller.UniqueValuesControllerReConfiguredIntegrationTest ‑ bronhouder_with_filter_on_inonderzoek_unique_values_test(String)[1]
nl.b3p.tailormap.api.controller.UniqueValuesControllerReConfiguredIntegrationTest ‑ bronhouder_with_filter_on_inonderzoek_unique_values_test(String)[2]
nl.b3p.tailormap.api.controller.UniqueValuesControllerReConfiguredIntegrationTest ‑ bronhouder_with_filter_on_inonderzoek_unique_values_test(String)[3]
nl.b3p.tailormap.api.controller.UniqueValuesControllerReConfiguredIntegrationTest ‑ unique_values_from_wfs
nl.b3p.tailormap.api.controller.UniqueValuesControllerReConfiguredIntegrationTest ‑ unique_values_from_wfs_with_filter_on_different
nl.b3p.tailormap.api.controller.UniqueValuesControllerReConfiguredIntegrationTest ‑ unique_values_from_wfs_with_filter_on_same
nl.b3p.tailormap.api.controller.UniqueValuesControllerReConfiguredIntegrationTest ‑ unique_values_oracle_timestamp_HTM_492
nl.b3p.tailormap.api.controller.UploadsControllerIntegrationTest ‑ test404
nl.b3p.tailormap.api.controller.UploadsControllerIntegrationTest ‑ testBadRequest
nl.b3p.tailormap.api.controller.UploadsControllerIntegrationTest ‑ testConditionalModified
nl.b3p.tailormap.api.controller.UploadsControllerIntegrationTest ‑ testConditionalNotModified
nl.b3p.tailormap.api.controller.UploadsControllerIntegrationTest ‑ testExists
nl.b3p.tailormap.api.controller.UserControllerIntegrationTest ‑ testAuthenticatedGetUser
nl.b3p.tailormap.api.controller.UserControllerIntegrationTest ‑ testUnauthenticatedGetUser
nl.b3p.tailormap.api.controller.ViewerControllerIntegrationTest ‑ admin_can_see_anything
nl.b3p.tailormap.api.controller.ViewerControllerIntegrationTest ‑ services_should_be_unique
nl.b3p.tailormap.api.controller.ViewerControllerIntegrationTest ‑ should_allow_showing_filtered_application_authenticated
nl.b3p.tailormap.api.controller.ViewerControllerIntegrationTest ‑ should_allow_showing_secured_application_authenticated
nl.b3p.tailormap.api.controller.ViewerControllerIntegrationTest ‑ should_contain_description
nl.b3p.tailormap.api.controller.ViewerControllerIntegrationTest ‑ should_contain_proxy_url
nl.b3p.tailormap.api.controller.ViewerControllerIntegrationTest ‑ should_deny_showing_filtered_application_with_wrong_group
nl.b3p.tailormap.api.controller.ViewerControllerIntegrationTest ‑ should_deny_showing_secured_application
nl.b3p.tailormap.api.controller.ViewerControllerIntegrationTest ‑ should_error_when_calling_with_nonexistent_id
nl.b3p.tailormap.api.controller.ViewerControllerIntegrationTest ‑ should_filter_layers
nl.b3p.tailormap.api.controller.ViewerControllerIntegrationTest ‑ should_filter_services
nl.b3p.tailormap.api.controller.ViewerControllerIntegrationTest ‑ should_not_contain_proxied_secured_service_layer
nl.b3p.tailormap.api.controller.ViewerControllerIntegrationTest ‑ should_not_filter_layers_in_correct_group
nl.b3p.tailormap.api.controller.ViewerControllerIntegrationTest ‑ should_not_find_when_called_without_id
nl.b3p.tailormap.api.controller.ViewerControllerIntegrationTest ‑ should_return_data_for_configured_app
nl.b3p.tailormap.api.controller.ViewerControllerIntegrationTest ‑ should_send_401_when_application_login_required
nl.b3p.tailormap.api.controller.admin.ApplicationAdminControllerIntegrationTest ‑ testCantChangeApplicationNameToDuplicate
nl.b3p.tailormap.api.controller.admin.ApplicationAdminControllerIntegrationTest ‑ testCantCreateApplicationWithDuplicateName
nl.b3p.tailormap.api.controller.admin.ApplicationAdminControllerIntegrationTest ‑ testChangeApplicationName
nl.b3p.tailormap.api.controller.admin.ApplicationAdminControllerIntegrationTest ‑ testCreateApplications
nl.b3p.tailormap.api.controller.admin.FeatureSourceAdminControllerIntegrationTest ‑ refreshJdbcFeatureSourceCapabilities
nl.b3p.tailormap.api.controller.admin.GeoServiceAdminControllerIntegrationTest ‑ checkCorsHeaderIsSaved
nl.b3p.tailormap.api.controller.admin.GeoServiceAdminControllerIntegrationTest ‑ loadServiceWithServiceException
nl.b3p.tailormap.api.controller.admin.GeoServiceAdminControllerIntegrationTest ‑ loadServiceWithWrongCredentials
nl.b3p.tailormap.api.controller.admin.GeoServiceAdminControllerIntegrationTest ‑ refreshCapabilities
nl.b3p.tailormap.api.controller.admin.GeoServiceAdminControllerIntegrationTest ‑ refreshCapabilitiesSendsJsonValidationErrors
nl.b3p.tailormap.api.controller.admin.JSR303ValidationIntegrationTest ‑ testUrlRequired
nl.b3p.tailormap.api.controller.admin.PasswordValidationControllerIntegrationTest ‑ test(String, String)[1]
nl.b3p.tailormap.api.controller.admin.PasswordValidationControllerIntegrationTest ‑ test(String, String)[2]
nl.b3p.tailormap.api.controller.admin.PasswordValidationControllerIntegrationTest ‑ test(String, String)[3]
nl.b3p.tailormap.api.controller.admin.PasswordValidationControllerIntegrationTest ‑ test(String, String)[4]
nl.b3p.tailormap.api.controller.admin.PersistentJsonArrayPropertyIntegrationTest ‑ testUpdateApplicationComponents
nl.b3p.tailormap.api.controller.admin.SolrAdminControllerIntegrationTest ‑ clearIndex1
nl.b3p.tailormap.api.controller.admin.SolrAdminControllerIntegrationTest ‑ deleteNonExistentIndex
nl.b3p.tailormap.api.controller.admin.SolrAdminControllerIntegrationTest ‑ indexWithoutSearchIndexConfigured
nl.b3p.tailormap.api.controller.admin.SolrAdminControllerIntegrationTest ‑ pingTest
nl.b3p.tailormap.api.controller.admin.SolrAdminControllerIntegrationTest ‑ recreateIndex1
nl.b3p.tailormap.api.controller.admin.SolrAdminControllerIntegrationTest ‑ refreshIndex1
nl.b3p.tailormap.api.persistence.helper.GeoServiceHelperIntegrationTest ‑ testGetLayerLegendUrlFromStyles
nl.b3p.tailormap.api.repository.ApplicationRepositoryIntegrationTest ‑ should_find_application_by_name
nl.b3p.tailormap.api.repository.ApplicationRepositoryIntegrationTest ‑ should_not_find_application_by_nonexistent_name
nl.b3p.tailormap.api.repository.ConfigurationRepositoryIntegrationTest ‑ it_should_findByConfigKeyDefaultApplication
nl.b3p.tailormap.api.repository.ConfigurationRepositoryIntegrationTest ‑ it_should_not_find_value_after_deleting_key
nl.b3p.tailormap.api.security.ActuatorSecurityConfigurationIntegrationTest ‑ testAuthenticatedHealth
nl.b3p.tailormap.api.security.ActuatorSecurityConfigurationIntegrationTest ‑ testAuthenticatedPrometheus
nl.b3p.tailormap.api.security.ActuatorSecurityConfigurationIntegrationTest ‑ testUnAuthenticatedHealth
nl.b3p.tailormap.api.security.ActuatorSecurityConfigurationIntegrationTest ‑ testUnAuthenticatedPrometheus
nl.b3p.tailormap.api.security.ApiSecurityConfigurationIntegrationTest ‑ anonymousSecuredAppTest
nl.b3p.tailormap.api.security.ApiSecurityConfigurationIntegrationTest ‑ authenticatedSecuredAppTest
nl.b3p.tailormap.api.security.TailormapUserDetailsServiceIntegrationTest ‑ testLoadUserByUsernameUserDoesNotExist
Loading