Skip to content

Commit

Permalink
Inlcude PyQgsAppStartup test on Qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Mar 29, 2016
1 parent a129f19 commit 0cc7ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion ci/travis/linux/qt5/blacklist.txt
Expand Up @@ -2,7 +2,6 @@ ProcessingGdalAlgorithmsTest
ProcessingParametersTest ProcessingParametersTest
ProcessingQgisAlgorithmsTest ProcessingQgisAlgorithmsTest
PyQgsAnalysis PyQgsAnalysis
PyQgsAppStartup
PyQgsApplication PyQgsApplication
PyQgsAtlasComposition PyQgsAtlasComposition
PyQgsAttributeTableModel PyQgsAttributeTableModel
Expand Down
4 changes: 2 additions & 2 deletions tests/src/python/test_qgsappstartup.py
Expand Up @@ -167,12 +167,12 @@ def testOptionsAsFiles(self):
testDir=os.path.join(self.TMP_DIR, 'test_optionsAsFiles'), testDir=os.path.join(self.TMP_DIR, 'test_optionsAsFiles'),
testFile="qgis.db", testFile="qgis.db",
timeOut=270, timeOut=270,
additionalArguments=['--help']), "additional arguments: %s" % ' '.join(t[1]) additionalArguments=['--help'])
self.doTestStartup(option="--configpath", self.doTestStartup(option="--configpath",
testDir=os.path.join(self.TMP_DIR, 'test_optionsAsFiles'), testDir=os.path.join(self.TMP_DIR, 'test_optionsAsFiles'),
testFile="qgis.db", testFile="qgis.db",
timeOut=270, timeOut=270,
additionalArguments=['--'], ['--help']), "additional arguments: %s" % ' '.join(t[1]) additionalArguments=['--', '--help'])




if __name__ == '__main__': if __name__ == '__main__':
Expand Down

0 comments on commit 0cc7ae0

Please sign in to comment.