Skip to content

Commit 46a1087

Browse files
committedApr 4, 2023
Update test
1 parent 056ff20 commit 46a1087

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎tests/src/core/testqgsgdalprovider.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -711,11 +711,7 @@ void TestQgsGdalProvider::testGdalProviderQuerySublayersFastScan()
711711
QCOMPARE( res.at( 0 ).uri(), QStringLiteral( TEST_DATA_DIR ) + "/landsat.tif" );
712712
QCOMPARE( res.at( 0 ).providerKey(), QStringLiteral( "gdal" ) );
713713
QCOMPARE( res.at( 0 ).type(), Qgis::LayerType::Raster );
714-
#if GDAL_VERSION_NUM >= GDAL_COMPUTE_VERSION(3,4,0)
715-
QVERIFY( res.at( 0 ).skippedContainerScan() );
716-
#else
717714
QVERIFY( !res.at( 0 ).skippedContainerScan() );
718-
#endif
719715

720716
// geopackage with two raster layers
721717
res = mGdalMetadata->querySublayers( QStringLiteral( TEST_DATA_DIR ) + "/mixed_layers.gpkg", Qgis::SublayerQueryFlag::FastScan );

0 commit comments

Comments
 (0)
Please sign in to comment.