Skip to content

Commit

Permalink
Marked symbologyv2 test as expected to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Oct 28, 2012
1 parent daed5f5 commit 9744b8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/src/python/test_qgssymbollayerv2.py
Expand Up @@ -78,6 +78,11 @@ class TestQgsSymbolLayerV2(TestCase):
returns NULL
'''

# Currently fails with:
# 49: File "/home/timlinux/dev/cpp/Quantum-GIS/tests/src/python/test_qgssymbollayerv2.py", line 94, in testBinding
# 49: assert mExpectedType == mType, mMessage
# 49: AssertionError: Expected "<type 'PyQt4.QtCore.pyqtWrapperType'>" got "None"
@expectedFailure
def testBinding(self):
'''Test python bindings existance.'''
mType = type(QgsSymbolLayerV2)
Expand Down

0 comments on commit 9744b8a

Please sign in to comment.