Skip to content

Commit

Permalink
try to please indentation test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmangeat committed Jul 20, 2017
1 parent c825688 commit ee79804
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/src/python/test_qgsserver_two_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def result_compare(self, file_name, error_msg_header, header, body):
f = open(os.path.dirname(__file__) + '/wfs_getfeature_' + requestid + '_response.txt', 'w+')
f.write(response)
f.close()
"""
"""
response = re.sub(RE_STRIP_PATH, '', response)
expected = re.sub(RE_STRIP_PATH, '', expected)
self.assertEqual(response, expected, msg=u"%s\n Expected:\n%s\n\n Response:\n%s"
Expand Down Expand Up @@ -109,9 +109,11 @@ def test_getfeature_post_multiple_layer(self):
</gml:Envelope>
</ogc:BBOX>
</ogc:Filter>
</wfs:Query> </wfs:GetFeature>
</wfs:Query>
</wfs:GetFeature>
"""
self.wfs_getfeature_post_compare('multiple', template)



if __name__ == '__main__':
unittest.main()

0 comments on commit ee79804

Please sign in to comment.