Skip to content

Commit 105ecfa

Browse files
committed
make sure the symbology-ng db can be copied in qgis_stylev2test
1 parent 587be8c commit 105ecfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/src/core/testqgsstylev2.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ void TestStyleV2::initTestCase()
6363
// initialize with test settings directory so we don't mess with user's stuff
6464
QgsApplication::init( QDir::tempPath() + "/dot-qgis" );
6565
QgsApplication::initQgis();
66+
QgsApplication::createDB();
6667
mTestDataDir = QString( TEST_DATA_DIR ) + QDir::separator(); //defined in CmakeLists.txt
6768

6869
// output test environment

0 commit comments

Comments
 (0)