Skip to content

Commit

Permalink
Disable failing theme test
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 1, 2015
1 parent f082aa5 commit 524716f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/src/python/test_qgsapplication.py
Expand Up @@ -12,13 +12,15 @@
__revision__ = '$Format:%H$'

import qgis
from utilities import getQgisTestApp, unittest
from utilities import getQgisTestApp, unittest, expectedFailure


QGISAPP, CANVAS, IFACE, PARENT = getQgisTestApp()


class TestPyQgsApplication(unittest.TestCase):

@expectedFailure

This comment has been minimized.

Copy link
@m-kuhn

m-kuhn Sep 1, 2015

Author Member

@NathanW2 I guess that is related to your recent theming work? Didn't look into it but I disabled it for now since it tags pull requests as bad and hides "real" issues. This message is just to notify you ;-)

This comment has been minimized.

Copy link
@NathanW2

NathanW2 via email Sep 1, 2015

Member

This comment has been minimized.

Copy link
@NathanW2

NathanW2 Sep 2, 2015

Member

Thanks. Should be fixed now.

def testInvalidThemeName(self):
"""Check using an invalid theme will fallback to 'default'"""
QGISAPP.setThemeName('fooobar')
Expand Down

0 comments on commit 524716f

Please sign in to comment.