Skip to content

Commit

Permalink
Renamed landsat_clip to landsat and updated raster test accordingly
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8050 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jan 26, 2008
1 parent 79fe4c3 commit fd6a927
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgsrasterlayer.cpp
Expand Up @@ -84,7 +84,7 @@ void TestQgsRasterLayer::initTestCase()
//create a raster layer that will be used in all tests...
mTestDataDir = QString(TEST_DATA_DIR) + QDir::separator(); //defined in CmakeLists.txt
QString myFileName = mTestDataDir + "tenbytenraster.asc";
QString myLandsatFileName = mTestDataDir + "landsat_clip.tif";
QString myLandsatFileName = mTestDataDir + "landsat.tif";
QFileInfo myRasterFileInfo ( myFileName );
mpRasterLayer = new QgsRasterLayer ( myRasterFileInfo.filePath(),
myRasterFileInfo.completeBaseName() );
Expand Down
File renamed without changes.

0 comments on commit fd6a927

Please sign in to comment.