Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #7942 from tudorbarascu/fix_tests
fix test run comments
  • Loading branch information
elpaso committed Sep 18, 2018
2 parents b5024c3 + e8dbb90 commit 35c954e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/src/python/test_qgsserver_wms_getlegendgraphic.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""QGIS Unit tests for QgsServer WMS.
"""QGIS Unit tests for QgsServer WMS GetLegendGraphic.
From build dir, run: ctest -R PyQgsServerWMS -V
From build dir, run: ctest -R PyQgsServerWMSGetLegendGraphic -V
.. note:: This program is free software; you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions tests/src/python/test_qgsserver_wms_getmap.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""QGIS Unit tests for QgsServer WMS.
"""QGIS Unit tests for QgsServer WMS GetMap.
From build dir, run: ctest -R PyQgsServerWMS -V
From build dir, run: ctest -R PyQgsServerWMSGetMap -V
.. note:: This program is free software; you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions tests/src/python/test_qgsserver_wmts.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""QGIS Unit tests for QgsServer WFS.
"""QGIS Unit tests for QgsServer WMTS.
From build dir, run: ctest -R PyQgsServerWFS -V
From build dir, run: ctest -R PyQgsServerWMTS -V
.. note:: This program is free software; you can redistribute it and/or modify
Expand Down

0 comments on commit 35c954e

Please sign in to comment.