Skip to content

Commit

Permalink
Fix indentation after cherry-picking
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Aug 23, 2016
1 parent 2aceb89 commit 9841b09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/python/test_qgsserver.py
Expand Up @@ -372,7 +372,6 @@ def test_getLegendGraphics(self):
self.assertEquals(-1, h.find('Content-Type: text/xml; charset=utf-8'), "Header: %s\nResponse:\n%s" % (h, r))
self.assertNotEquals(-1, h.find('Content-Type: image/png'), "Header: %s\nResponse:\n%s" % (h, r))


# The following code was used to test type conversion in python bindings
# def test_qpair(self):
# """Test QPair bindings"""
Expand Down

0 comments on commit 9841b09

Please sign in to comment.