Skip to content

Commit 45f04b7

Browse files
authored
Merge pull request #6417 from tudorbarascu/fix_selection_test
improve server SELECTION test with multiple id's
2 parents e321acd + c9bb21e commit 45f04b7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/src/python/test_qgsserver.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
the Free Software Foundation; either version 2 of the License, or
77
(at your option) any later version.
88
9+
From build dir, run: ctest -R PyQgsServer -V
10+
911
"""
1012
__author__ = 'Alessandro Pasotti'
1113
__date__ = '25/05/2015'
@@ -577,7 +579,7 @@ def test_wms_getmap_selection(self):
577579
"HEIGHT": "500",
578580
"WIDTH": "500",
579581
"SRS": "EPSG:3857",
580-
"SELECTION": "Country: 4"
582+
"SELECTION": "Country: 4,1;Hello: 2,5"
581583
}.items())])
582584

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

0 commit comments

Comments
 (0)