Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Server] Test WCS Access Control: update comment
  • Loading branch information
rldhont committed Nov 21, 2019
1 parent 588324a commit ec8912e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/src/python/test_qgsserver_accesscontrol_wms.py
@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
"""QGIS Unit tests for QgsServer.
From build dir, run: ctest -R PyQgsServerAccessControlWMS -V
.. note:: This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
Expand All @@ -22,6 +24,7 @@


class TestQgsServerAccessControlWMS(TestQgsServerAccessControl):
"""QGIS Server Access Control WMS Tests"""

def test_wms_getcapabilities(self):
query_string = "&".join(["%s=%s" % i for i in list({
Expand Down

0 comments on commit ec8912e

Please sign in to comment.