Skip to content

Commit 98c05ad

Browse files
committedOct 27, 2017
Add test
1 parent 2498b52 commit 98c05ad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎tests/src/python/test_qgsserver_wms.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@ def test_getfeatureinfo(self):
8484
'query_layers=testlayer%20%C3%A8%C3%A9&X=190&Y=320',
8585
'wms_getfeatureinfo-text-xml')
8686

87+
self.wms_request_compare('GetFeatureInfo',
88+
'&layers=&styles=&' +
89+
'info_format=text%2Fxml&transparent=true&' +
90+
'width=600&height=400&srs=EPSG%3A3857&bbox=913190.6389747962%2C' +
91+
'5606005.488876367%2C913235.426296057%2C5606035.347090538&' +
92+
'query_layers=testlayer%20%C3%A8%C3%A9&X=190&Y=320',
93+
'wms_getfeatureinfo-text-xml')
94+
8795
# Test getfeatureinfo response html
8896
self.wms_request_compare('GetFeatureInfo',
8997
'&layers=testlayer%20%C3%A8%C3%A9&styles=&' +

0 commit comments

Comments
 (0)
Please sign in to comment.