We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524716f commit caa3c34Copy full SHA for caa3c34
tests/src/python/test_qgsapplication.py
@@ -20,10 +20,9 @@
20
21
class TestPyQgsApplication(unittest.TestCase):
22
23
- @expectedFailure
24
def testInvalidThemeName(self):
25
"""Check using an invalid theme will fallback to 'default'"""
26
- QGISAPP.setThemeName('fooobar')
+ QGISAPP.setUITheme('fooobar')
27
myExpectedResult = 'default'
28
myResult = QGISAPP.themeName()
29
myMessage = ('Expected:\n%s\nGot:\n%s\n' %
0 commit comments