Skip to content

Commit

Permalink
fix indentaton test ? (scripts/prepare-commit.sh)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmangeat committed Aug 7, 2017
1 parent 17ced6d commit f275372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsserver_two_layers.py
Expand Up @@ -69,7 +69,7 @@ def result_compare(self, file_name, error_msg_header, header, body):
unicode(response, errors='replace')))

def wfs_getfeature_post_compare(self, requestid, request):
project = os.path.join (self.testdata_path, "test_project_two_layers.qgs")
project = os.path.join(self.testdata_path, "test_project_two_layers.qgs")
self.assertTrue(os.path.exists(project), msg=u"Project file not found: %s" % (project))

query_string = 'MAP={}'.format(urllib.quote(project))
Expand Down

0 comments on commit f275372

Please sign in to comment.