Skip to content

Commit

Permalink
Merge pull request #7272 from tudorbarascu/tests
Browse files Browse the repository at this point in the history
remove redundant test
  • Loading branch information
elpaso committed Jun 19, 2018
2 parents 353eb65 + 0b9df82 commit 543c7a7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 25 deletions.
13 changes: 0 additions & 13 deletions tests/src/python/test_qgsserver_wms_getfeatureinfo.py
Expand Up @@ -284,19 +284,6 @@ def testGetFeatureInfoFilter(self):
'FEATURE_COUNT=10&FILTER=testlayer%20%C3%A8%C3%A9' + urllib.parse.quote(':"NAME" = \'two\''),
'wms_getfeatureinfo_filter_no_width')

def test_value_relation(self):
"""Test whether value relations are resolved: regression 18518"""
self.wms_request_compare('GetFeatureInfo',
'&BBOX=537912.30469845747575164,4975501.92125043831765652,577227.89428471261635423,4996610.36656293831765652' +
'&CRS=EPSG:32632' +
'&WIDTH=1328&HEIGHT=713' +
'&LAYERS=test_multi' +
'&STYLES=&FORMAT=image/jpeg' +
'&QUERY_LAYERS=test_multi&INFO_FORMAT=text/xml' +
'&I=429&J=528&FEATURE_COUNT=10',
'wms_getfeatureinfo_value_relation',
project='test_project_value_relation.qgz')


if __name__ == '__main__':
unittest.main()
Binary file not shown.
Binary file removed tests/testdata/qgis_server/value_relation.gpkg
Binary file not shown.
12 changes: 0 additions & 12 deletions tests/testdata/qgis_server/wms_getfeatureinfo_value_relation.txt

This file was deleted.

0 comments on commit 543c7a7

Please sign in to comment.