Skip to content

Commit 2246ad6

Browse files
committedMay 17, 2018
Add note to describe unit test
1 parent 96a0b47 commit 2246ad6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎tests/src/python/test_qgsserver_wms_getmap.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,9 @@ def test_wms_getmap_transparent(self):
517517
self._img_diff_error(r, h, "WMS_GetMap_Transparent")
518518

519519
def test_wms_getmap_labeling_settings(self):
520+
# Test the `DrawRectOnly` option with 1 candidate (`CandidatesPolygon`).
521+
# May fail if the labeling position engine is tweaked.
522+
520523
d = unitTestDataPath('qgis_server_accesscontrol') + '/'
521524
project = os.path.join(d, "project_labeling_settings.qgs")
522525
qs = "?" + "&".join(["%s=%s" % i for i in list({

0 commit comments

Comments
 (0)
Please sign in to comment.