Skip to content
Permalink
Browse files
Updates for regression992 test - test should work but raster still in…
…troduces some difference which I am working to figure out why
  • Loading branch information
timlinux committed Nov 14, 2011
1 parent d13fb25 commit 8dc8222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
@@ -64,7 +64,8 @@ void Regression992::initTestCase()
{
// init QGIS's paths - true means that all path will be inited from prefix
QString qgisPath = QCoreApplication::applicationDirPath();
QgsApplication::setPrefixPath( INSTALL_PREFIX, true );
QgsApplication::init( INSTALL_PREFIX );
QgsApplication::initQgis();
QgsApplication::showSettings();
//create some objects that will be used in all tests...
//create a raster layer that will be used in all tests...
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8dc8222

Please sign in to comment.