Skip to content

Commit 8dc8222

Browse files
committedNov 14, 2011
Updates for regression992 test - test should work but raster still introduces some difference which I am working to figure out why
1 parent d13fb25 commit 8dc8222

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎tests/src/core/regression992.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ void Regression992::initTestCase()
6464
{
6565
// init QGIS's paths - true means that all path will be inited from prefix
6666
QString qgisPath = QCoreApplication::applicationDirPath();
67-
QgsApplication::setPrefixPath( INSTALL_PREFIX, true );
67+
QgsApplication::init( INSTALL_PREFIX );
68+
QgsApplication::initQgis();
6869
QgsApplication::showSettings();
6970
//create some objects that will be used in all tests...
7071
//create a raster layer that will be used in all tests...
39 Bytes
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.