From 210a1fe1e7b8f3bd47199175e08e309a003973af Mon Sep 17 00:00:00 2001 From: Blottiere Paul Date: Thu, 27 Sep 2018 16:25:29 +0100 Subject: [PATCH] Update unit test --- tests/src/python/test_qgsserver_wms_getmap.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/src/python/test_qgsserver_wms_getmap.py b/tests/src/python/test_qgsserver_wms_getmap.py index f89ea5cffe1..af871306cc7 100644 --- a/tests/src/python/test_qgsserver_wms_getmap.py +++ b/tests/src/python/test_qgsserver_wms_getmap.py @@ -1064,7 +1064,6 @@ class TestQgsServerWMSGetMap(QgsServerTestBase): self._img_diff_error(r, h, "WMS_GetMap_Highlight_Point") # TODO make Server Getmap work with SLD Highlight feature and enable test - @unittest.expectedFailure def test_wms_getmap_highlight_line(self): # checks SLD stroke-width works for Lines See issue 19795 comments qs = "?" + "&".join(["%s=%s" % i for i in list({ @@ -1074,7 +1073,7 @@ class TestQgsServerWMSGetMap(QgsServerTestBase): "REQUEST": "GetMap", "LAYERS": "Country_Labels", "HIGHLIGHT_GEOM": "LINESTRING(-15000000 8055310, 2500000 8055310)", - "HIGHLIGHT_SYMBOL": "%23ff0000117.3bevel", + "HIGHLIGHT_SYMBOL": "%23ff0000117.3round", "HIGHLIGHT_LABELSTRING": "", "HIGHLIGHT_LABELSIZE": "10", "HIGHLIGHT_LABELCOLOR": "black",