Skip to content

Commit

Permalink
Merge pull request #6417 from tudorbarascu/fix_selection_test
Browse files Browse the repository at this point in the history
improve server SELECTION test with multiple id's
  • Loading branch information
pblottiere committed Feb 27, 2018
2 parents e321acd + c9bb21e commit 45f04b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/src/python/test_qgsserver.py
Expand Up @@ -6,6 +6,8 @@
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
From build dir, run: ctest -R PyQgsServer -V
"""
__author__ = 'Alessandro Pasotti'
__date__ = '25/05/2015'
Expand Down Expand Up @@ -577,7 +579,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))
Expand Down
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 45f04b7

Please sign in to comment.