Skip to content

Commit

Permalink
Formating
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Jan 27, 2022
1 parent 9a9e861 commit 558a405
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/src/python/test_qgsserver_wms_getmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -1270,9 +1270,9 @@ def test_wms_getmap_highlight_point_label_options(self):
"HIGHLIGHT_LABELCOLOR": "%2300FF0000",
"HIGHLIGHT_LABELBUFFERCOLOR": "%232300FF00",
"HIGHLIGHT_LABELBUFFERSIZE": "1.2",
"HIGHLIGHT_LABELROTATION" : "45",
"HIGHLIGHT_LABELHALI" : "center",
"HIGHLIGHT_LABELVALI" : "half",
"HIGHLIGHT_LABELROTATION": "45",
"HIGHLIGHT_LABELHALI": "center",
"HIGHLIGHT_LABELVALI": "half",
"STYLES": "",
"FORMAT": "image/png",
"BBOX": "-16817707,-4710778,5696513,14587125",
Expand All @@ -1283,8 +1283,8 @@ def test_wms_getmap_highlight_point_label_options(self):
r, h = self._result(self._execute_request(qs))
self._img_diff_error(r, h, "WMS_GetMap_Highlight_Point_Label_Options")


# TODO make Server Getmap work with SLD Highlight feature and enable test

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({
Expand Down

0 comments on commit 558a405

Please sign in to comment.