Skip to content

Commit e4e86b8

Browse files
author
timlinux
committed
Renamed landsat_clip to landsat and updated raster test accordingly
git-svn-id: http://svn.osgeo.org/qgis/trunk@8050 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 21881f4 commit e4e86b8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/src/core/testqgsrasterlayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ void TestQgsRasterLayer::initTestCase()
8484
//create a raster layer that will be used in all tests...
8585
mTestDataDir = QString(TEST_DATA_DIR) + QDir::separator(); //defined in CmakeLists.txt
8686
QString myFileName = mTestDataDir + "tenbytenraster.asc";
87-
QString myLandsatFileName = mTestDataDir + "landsat_clip.tif";
87+
QString myLandsatFileName = mTestDataDir + "landsat.tif";
8888
QFileInfo myRasterFileInfo ( myFileName );
8989
mpRasterLayer = new QgsRasterLayer ( myRasterFileInfo.filePath(),
9090
myRasterFileInfo.completeBaseName() );
File renamed without changes.

0 commit comments

Comments
 (0)