Navigation Menu

Skip to content

Commit

Permalink
Update test result
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 26, 2021
1 parent 3722b16 commit 2d5a580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgsgdalprovider.cpp
Expand Up @@ -676,7 +676,7 @@ void TestQgsGdalProvider::testGdalProviderQuerySublayersFastScan()
QCOMPARE( res.at( 0 ).uri(), QStringLiteral( TEST_DATA_DIR ) + "/raster/hub13263.vrt" );
QCOMPARE( res.at( 0 ).providerKey(), QStringLiteral( "gdal" ) );
QCOMPARE( res.at( 0 ).type(), QgsMapLayerType::RasterLayer );
QVERIFY( !res.at( 0 ).skippedContainerScan() );
QVERIFY( res.at( 0 ).skippedContainerScan() );
}

QGSTEST_MAIN( TestQgsGdalProvider )
Expand Down

0 comments on commit 2d5a580

Please sign in to comment.