Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update unit test
  • Loading branch information
pblottiere committed Sep 28, 2020
1 parent b63dc39 commit 77cbd0c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/src/python/test_qgsserver_wms_getfeatureinfo.py
Expand Up @@ -815,7 +815,7 @@ def testGetFeatureInfoRasterNoData(self):
'&FEATURE_COUNT=10',
'wms_getfeatureinfo_raster_nodata_out_txt',
'test_raster_nodata.qgz',
normalizeJson=True)
raw=True)

# 0 text
self.wms_request_compare('GetFeatureInfo',
Expand All @@ -829,7 +829,7 @@ def testGetFeatureInfoRasterNoData(self):
'&FEATURE_COUNT=10',
'wms_getfeatureinfo_raster_nodata_zero_txt',
'test_raster_nodata.qgz',
normalizeJson=True)
raw=True)

# nodata text
self.wms_request_compare('GetFeatureInfo',
Expand All @@ -843,7 +843,7 @@ def testGetFeatureInfoRasterNoData(self):
'&FEATURE_COUNT=10',
'wms_getfeatureinfo_raster_nodata_txt',
'test_raster_nodata.qgz',
normalizeJson=True)
raw=True)

# out html
self.wms_request_compare('GetFeatureInfo',
Expand All @@ -858,7 +858,7 @@ def testGetFeatureInfoRasterNoData(self):
'&FEATURE_COUNT=10',
'wms_getfeatureinfo_raster_nodata_out_html',
'test_raster_nodata.qgz',
normalizeJson=True)
raw=True)

# 0 html
self.wms_request_compare('GetFeatureInfo',
Expand All @@ -873,7 +873,7 @@ def testGetFeatureInfoRasterNoData(self):
'&FEATURE_COUNT=10',
'wms_getfeatureinfo_raster_nodata_zero_html',
'test_raster_nodata.qgz',
normalizeJson=True)
raw=True)

# nodata html
self.wms_request_compare('GetFeatureInfo',
Expand All @@ -888,7 +888,7 @@ def testGetFeatureInfoRasterNoData(self):
'&FEATURE_COUNT=10',
'wms_getfeatureinfo_raster_nodata_html',
'test_raster_nodata.qgz',
normalizeJson=True)
raw=True)


if __name__ == '__main__':
Expand Down

0 comments on commit 77cbd0c

Please sign in to comment.