Skip to content

Commit 35c954e

Browse files
authored
Merge pull request #7942 from tudorbarascu/fix_tests
fix test run comments
2 parents b5024c3 + e8dbb90 commit 35c954e

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)