Skip to content

Commit b2c3de6

Browse files
committed
improve server SELECTION test with multiple id's
1 parent 9c2a0f8 commit b2c3de6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/src/python/test_qgsserver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ def test_wms_getmap_selection(self):
577577
"HEIGHT": "500",
578578
"WIDTH": "500",
579579
"SRS": "EPSG:3857",
580-
"SELECTION": "Country: 4"
580+
"SELECTION": "Country: 4,1;Hello: 2,5"
581581
}.items())])
582582

583583
r, h = self._result(self.server.handleRequest(qs))
Loading

0 commit comments

Comments
 (0)