Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix expression test
make sure the style file with the color ramp can be copied to the settings path
  • Loading branch information
m-kuhn committed Nov 8, 2014
1 parent 402b6d0 commit 1871a4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/core/testqgsexpression.cpp
Expand Up @@ -54,6 +54,8 @@ class TestQgsExpression: public QObject
// init QGIS's paths - true means that all path will be inited from prefix
QgsApplication::init();
QgsApplication::initQgis();
// Will make sure the settings dir with the style file for color ramp is created
QgsApplication::createDB();
QgsApplication::showSettings();
}

Expand Down

0 comments on commit 1871a4c

Please sign in to comment.