We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent a9a2c20 commit 43bb311Copy full SHA for 43bb311
tests/src/python/test_qgsserver_wms.py
@@ -184,6 +184,11 @@ def test_project_wms(self):
184
'&layers=testlayer%20%C3%A8%C3%A9&',
185
'getstyles')
186
187
+ def test_wms_getschemaextension(self):
188
+ self.wms_request_compare('GetSchemaExtension',
189
+ '',
190
+ 'getschemaextension')
191
+
192
def wms_inspire_request_compare(self, request):
193
"""WMS INSPIRE tests"""
194
project = self.testdata_path + "test_project_inspire.qgs"
0 commit comments