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 587be8c commit 105ecfaCopy full SHA for 105ecfa
tests/src/core/testqgsstylev2.cpp
@@ -63,6 +63,7 @@ void TestStyleV2::initTestCase()
63
// initialize with test settings directory so we don't mess with user's stuff
64
QgsApplication::init( QDir::tempPath() + "/dot-qgis" );
65
QgsApplication::initQgis();
66
+ QgsApplication::createDB();
67
mTestDataDir = QString( TEST_DATA_DIR ) + QDir::separator(); //defined in CmakeLists.txt
68
69
// output test environment
0 commit comments