Skip to content

Commit 543c7a7

Browse files
authored
Merge pull request #7272 from tudorbarascu/tests
remove redundant test
2 parents 353eb65 + 0b9df82 commit 543c7a7

4 files changed

+0
-25
lines changed

tests/src/python/test_qgsserver_wms_getfeatureinfo.py

-13
Original file line numberDiff line numberDiff line change
@@ -284,19 +284,6 @@ def testGetFeatureInfoFilter(self):
284284
'FEATURE_COUNT=10&FILTER=testlayer%20%C3%A8%C3%A9' + urllib.parse.quote(':"NAME" = \'two\''),
285285
'wms_getfeatureinfo_filter_no_width')
286286

287-
def test_value_relation(self):
288-
"""Test whether value relations are resolved: regression 18518"""
289-
self.wms_request_compare('GetFeatureInfo',
290-
'&BBOX=537912.30469845747575164,4975501.92125043831765652,577227.89428471261635423,4996610.36656293831765652' +
291-
'&CRS=EPSG:32632' +
292-
'&WIDTH=1328&HEIGHT=713' +
293-
'&LAYERS=test_multi' +
294-
'&STYLES=&FORMAT=image/jpeg' +
295-
'&QUERY_LAYERS=test_multi&INFO_FORMAT=text/xml' +
296-
'&I=429&J=528&FEATURE_COUNT=10',
297-
'wms_getfeatureinfo_value_relation',
298-
project='test_project_value_relation.qgz')
299-
300287

301288
if __name__ == '__main__':
302289
unittest.main()
Binary file not shown.
-216 KB
Binary file not shown.

tests/testdata/qgis_server/wms_getfeatureinfo_value_relation.txt

-12
This file was deleted.

0 commit comments

Comments
 (0)