Skip to content

Commit

Permalink
WFS version corrected to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AsgerPetersen committed Dec 15, 2015
1 parent 3d937e1 commit cea82c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsserver.py
Expand Up @@ -173,7 +173,7 @@ def wfs_request_compare(self, request):
project = self.testdata_path + "test+project_wfs.qgs"
assert os.path.exists(project), "Project file not found: " + project

query_string = 'MAP=%s&SERVICE=WFS&VERSION=1.1.0&REQUEST=%s' % (urllib.quote(project), request)
query_string = 'MAP=%s&SERVICE=WFS&VERSION=1.0.0&REQUEST=%s' % (urllib.quote(project), request)
header, body = [str(_v) for _v in self.server.handleRequest(query_string)]
self.assert_headers(header, body)
response = header + body
Expand Down

0 comments on commit cea82c0

Please sign in to comment.