Skip to content

Commit

Permalink
fix test run comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tudorbarascu committed Sep 18, 2018
1 parent f160847 commit e8dbb90
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 e8dbb90

Please sign in to comment.