Skip to content

Commit 43bb311

Browse files
committedOct 10, 2017
Add test
1 parent a9a2c20 commit 43bb311

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎tests/src/python/test_qgsserver_wms.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@ def test_project_wms(self):
184184
'&layers=testlayer%20%C3%A8%C3%A9&',
185185
'getstyles')
186186

187+
def test_wms_getschemaextension(self):
188+
self.wms_request_compare('GetSchemaExtension',
189+
'',
190+
'getschemaextension')
191+
187192
def wms_inspire_request_compare(self, request):
188193
"""WMS INSPIRE tests"""
189194
project = self.testdata_path + "test_project_inspire.qgs"

0 commit comments

Comments
 (0)
Please sign in to comment.