Skip to content

Commit

Permalink
Update tests/src/app/testqgsgeoreferencer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 29, 2023
1 parent 6a563f8 commit c9b50a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/app/testqgsgeoreferencer.cpp
Expand Up @@ -880,7 +880,7 @@ void TestQgsGeoreferencer::testGdalCommands()
void TestQgsGeoreferencer::testWorldFile()
{
QgsGeoreferencerMainWindow window;
window.openLayer( Qgis::LayerType::Raster, QStringLiteral( TEST_DATA_DIR ) + QStringLiteral( "/landsat.tif" ) );
window.openLayer( QgsMapLayerType::RasterLayer, QStringLiteral( TEST_DATA_DIR ) + QStringLiteral( "/landsat.tif" ) );
QString worldFileName = QStringLiteral( TEST_DATA_DIR ) + QStringLiteral( "/landsat.wld" );

QVERIFY( window.writeWorldFile( QgsPointXY( 0, 0 ), 1.0, 1.0, 0 ) );
Expand Down

0 comments on commit c9b50a7

Please sign in to comment.