Skip to content

Commit e8dbb90

Browse files
committedSep 18, 2018
fix test run comments
1 parent f160847 commit e8dbb90

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎tests/src/python/test_qgsserver_wms_getlegendgraphic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
2-
"""QGIS Unit tests for QgsServer WMS.
2+
"""QGIS Unit tests for QgsServer WMS GetLegendGraphic.
33
4-
From build dir, run: ctest -R PyQgsServerWMS -V
4+
From build dir, run: ctest -R PyQgsServerWMSGetLegendGraphic -V
55
66
77
.. note:: This program is free software; you can redistribute it and/or modify

‎tests/src/python/test_qgsserver_wms_getmap.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
2-
"""QGIS Unit tests for QgsServer WMS.
2+
"""QGIS Unit tests for QgsServer WMS GetMap.
33
4-
From build dir, run: ctest -R PyQgsServerWMS -V
4+
From build dir, run: ctest -R PyQgsServerWMSGetMap -V
55
66
77
.. note:: This program is free software; you can redistribute it and/or modify

‎tests/src/python/test_qgsserver_wmts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
2-
"""QGIS Unit tests for QgsServer WFS.
2+
"""QGIS Unit tests for QgsServer WMTS.
33
4-
From build dir, run: ctest -R PyQgsServerWFS -V
4+
From build dir, run: ctest -R PyQgsServerWMTS -V
55
66
77
.. note:: This program is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)
Please sign in to comment.