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 402b6d0 commit 1871a4cCopy full SHA for 1871a4c
tests/src/core/testqgsexpression.cpp
@@ -54,6 +54,8 @@ class TestQgsExpression: public QObject
54
// init QGIS's paths - true means that all path will be inited from prefix
55
QgsApplication::init();
56
QgsApplication::initQgis();
57
+ // Will make sure the settings dir with the style file for color ramp is created
58
+ QgsApplication::createDB();
59
QgsApplication::showSettings();
60
}
61
0 commit comments