mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[Server] Test WCS Access Control: update comment
This commit is contained in:
parent
0808c2babb
commit
9743e306d8
@ -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
|
||||
@ -31,6 +33,7 @@ from qgis.server import (
|
||||
|
||||
|
||||
class TestQgsServerAccessControlWMS(TestQgsServerAccessControl):
|
||||
"""QGIS Server Access Control WMS Tests"""
|
||||
|
||||
def test_wms_getcapabilities(self):
|
||||
query_string = "&".join(["%s=%s" % i for i in list({
|
||||
|
Loading…
x
Reference in New Issue
Block a user