Skip to content
Permalink
Browse files
improve server SELECTION test with multiple id's
  • Loading branch information
tudorbarascu committed Feb 26, 2018
1 parent 9c2a0f8 commit b2c3de6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
@@ -577,7 +577,7 @@ def test_wms_getmap_selection(self):
"HEIGHT": "500",
"WIDTH": "500",
"SRS": "EPSG:3857",
"SELECTION": "Country: 4"
"SELECTION": "Country: 4,1;Hello: 2,5"
}.items())])

r, h = self._result(self.server.handleRequest(qs))
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b2c3de6

Please sign in to comment.