Skip to content

Commit 42ca67e

Browse files
committedFeb 23, 2018
Add test
1 parent 37b47c6 commit 42ca67e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎tests/src/python/test_qgsserver_wms_getmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ def test_wms_getmap_selection(self):
750750
"HEIGHT": "500",
751751
"WIDTH": "500",
752752
"SRS": "EPSG:3857",
753-
"SELECTION": "Country: 4"
753+
"SELECTION": "Country: 4,1;Hello: 2,5"
754754
}.items())])
755755

756756
r, h = self._result(self._execute_request(qs))
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.