@@ -353,7 +353,7 @@ void TestZipLayer::testZipItemAll()
353
353
void TestZipLayer::testZipItemVectorTransparency ()
354
354
{
355
355
#if GDAL_VERSION_NUM < 1800
356
- QSKIP ( " This test requires GDAL > 1.8" , SkipSingle );
356
+ QSKIP ( " This test requires GDAL >= 1.8" , SkipSingle );
357
357
#endif
358
358
int myTarget = 250 ;
359
359
int myTransparency = getLayerTransparency ( mDataDir + " points2.zip" , " ogr" , 1 );
@@ -365,7 +365,7 @@ void TestZipLayer::testZipItemVectorTransparency()
365
365
void TestZipLayer::testGZipItemVectorTransparency ()
366
366
{
367
367
#if GDAL_VERSION_NUM < 1700
368
- QSKIP ( " This test requires GDAL > 1.7" , SkipSingle );
368
+ QSKIP ( " This test requires GDAL >= 1.7" , SkipSingle );
369
369
#endif
370
370
int myTarget = 250 ;
371
371
int myTransparency = getLayerTransparency ( mDataDir + " points3.geojson.gz" , " ogr" , 1 );
@@ -407,7 +407,7 @@ void TestZipLayer::testZipItemSubfolder()
407
407
void TestZipLayer::testZipItemVRT ()
408
408
{
409
409
#if GDAL_VERSION_NUM < 1700
410
- QSKIP ( " This test requires GDAL > 1.7" , SkipSingle );
410
+ QSKIP ( " This test requires GDAL >= 1.7" , SkipSingle );
411
411
#endif
412
412
QSettings settings;
413
413
for ( int i = 2 ; i <= mMaxScanZipSetting ; i++ )
0 commit comments