Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 617d3fc

Browse files
committedAug 11, 2018
f
1 parent 17ecc22 commit 617d3fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎tests/src/python/test_qgsserver_accesscontrol_wfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def test_wfs_getfeature_country(self):
150150
<wfs:GetFeature {xml_ns}>
151151
<wfs:Query typeName="Country" srsName="EPSG:3857" xmlns:feature="http://www.qgis.org/gml">
152152
<ogc:Filter xmlns:ogc="http://www.opengis.net/ogc"><ogc:PropertyIsEqualTo>
153-
<ogc:PropertyName>pk</ogc:PropertyName>
153+
<ogc:PropertyName>pkuid</ogc:PropertyName>
154154
<ogc:Literal>1</ogc:Literal>
155155
</ogc:PropertyIsEqualTo></ogc:Filter></wfs:Query></wfs:GetFeature>""".format(xml_ns=XML_NS)
156156

‎tests/src/python/test_qgsserver_accesscontrol_wms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def test_wms_getmap_grp(self):
226226
"SERVICE": "WMS",
227227
"VERSION": "1.1.1",
228228
"REQUEST": "GetMap",
229-
"LAYERS": "Country_grp,Hello_grp",
229+
"LAYERS": "Hello_grp,Country_grp",
230230
"STYLES": "",
231231
"FORMAT": "image/png",
232232
"BBOX": "-16817707,-6318936.5,5696513,16195283.5",

0 commit comments

Comments
 (0)
Please sign in to comment.