Skip to content

Commit

Permalink
Mark qgsrectangle ctor test as known to fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Sep 10, 2012
1 parent 9b0fee3 commit 51606a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/python/test_qgsrectangle.py
Expand Up @@ -9,6 +9,8 @@

class TestQgsRectangle(unittest.TestCase):

# Because isEmpty() is not returning expected result in 9b0fee3
@unittest.expectedFailure
def testCtor(self):
rect = QgsRectangle(5.0, 5.0, 10.0, 10.0)

Expand Down

0 comments on commit 51606a6

Please sign in to comment.