Skip to content

Commit

Permalink
Updates for regression992 test - test should work but raster still in…
Browse files Browse the repository at this point in the history
…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.
3 changes: 2 additions & 1 deletion tests/src/core/regression992.cpp
Expand Up @@ -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...
Expand Down
Binary file modified tests/testdata/expected_rgbwcmyk01_YeGeo.jp2.png
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.