Skip to content

Commit ee79804

Browse files
committed
try to please indentation test
1 parent c825688 commit ee79804

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/src/python/test_qgsserver_two_layers.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def result_compare(self, file_name, error_msg_header, header, body):
6060
f = open(os.path.dirname(__file__) + '/wfs_getfeature_' + requestid + '_response.txt', 'w+')
6161
f.write(response)
6262
f.close()
63-
"""
63+
"""
6464
response = re.sub(RE_STRIP_PATH, '', response)
6565
expected = re.sub(RE_STRIP_PATH, '', expected)
6666
self.assertEqual(response, expected, msg=u"%s\n Expected:\n%s\n\n Response:\n%s"
@@ -109,9 +109,11 @@ def test_getfeature_post_multiple_layer(self):
109109
</gml:Envelope>
110110
</ogc:BBOX>
111111
</ogc:Filter>
112-
</wfs:Query> </wfs:GetFeature>
112+
</wfs:Query>
113+
</wfs:GetFeature>
113114
"""
114115
self.wfs_getfeature_post_compare('multiple', template)
115-
116+
117+
116118
if __name__ == '__main__':
117119
unittest.main()

0 commit comments

Comments
 (0)