Skip to content

Commit

Permalink
Partial fix to coordinate reference system unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Nov 14, 2011
1 parent 306d1a4 commit 9130baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/core/testqgscoordinatereferencesystem.cpp
Expand Up @@ -67,8 +67,8 @@ void TestQgsCoordinateReferenceSystem::initTestCase()
// Runs once before any tests are run
//
// init QGIS's paths - true means that all path will be inited from prefix
QString qgisPath = QCoreApplication::applicationDirPath();
QgsApplication::init( INSTALL_PREFIX );
QgsApplication::setPrefixPath( INSTALL_PREFIX, true );
QgsApplication::initQgis( );
QgsApplication::showSettings();

};
Expand Down

0 comments on commit 9130baf

Please sign in to comment.