Skip to content

Commit

Permalink
Remove unsupported SRSNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
AsgerPetersen committed Dec 15, 2015
1 parent cea82c0 commit 7101b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsserver.py
Expand Up @@ -228,7 +228,7 @@ def wfs_getfeature_compare(self, requestid, request):

def test_getfeature(self):
tests = []
tests.append(('nobbox', u'GetFeature&TYPENAME=testlayer&SRSNAME=EPSG:4326'))
tests.append(('nobbox', u'GetFeature&TYPENAME=testlayer'))

for id, req in tests:
self.wfs_getfeature_compare(id, req)
Expand Down

0 comments on commit 7101b5b

Please sign in to comment.