Skip to content

Commit

Permalink
make sure the symbology-ng db can be copied in qgis_stylev2test
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 25, 2014
1 parent 587be8c commit 105ecfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/core/testqgsstylev2.cpp
Expand Up @@ -63,6 +63,7 @@ void TestStyleV2::initTestCase()
// initialize with test settings directory so we don't mess with user's stuff
QgsApplication::init( QDir::tempPath() + "/dot-qgis" );
QgsApplication::initQgis();
QgsApplication::createDB();
mTestDataDir = QString( TEST_DATA_DIR ) + QDir::separator(); //defined in CmakeLists.txt

// output test environment
Expand Down

0 comments on commit 105ecfa

Please sign in to comment.