Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add test
  • Loading branch information
pblottiere committed Oct 10, 2017
1 parent a9a2c20 commit 43bb311
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/src/python/test_qgsserver_wms.py
Expand Up @@ -184,6 +184,11 @@ def test_project_wms(self):
'&layers=testlayer%20%C3%A8%C3%A9&',
'getstyles')

def test_wms_getschemaextension(self):
self.wms_request_compare('GetSchemaExtension',
'',
'getschemaextension')

def wms_inspire_request_compare(self, request):
"""WMS INSPIRE tests"""
project = self.testdata_path + "test_project_inspire.qgs"
Expand Down

0 comments on commit 43bb311

Please sign in to comment.