Skip to content

Commit a1bf57a

Browse files
committed
fix test debug output
1 parent 8a6e88d commit a1bf57a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/src/core/testziplayer.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ void TestZipLayer::testZipItemAll()
353353
void TestZipLayer::testZipItemVectorTransparency()
354354
{
355355
#if GDAL_VERSION_NUM < 1800
356-
QSKIP( "This test requires GDAL > 1.8", SkipSingle );
356+
QSKIP( "This test requires GDAL >= 1.8", SkipSingle );
357357
#endif
358358
int myTarget = 250;
359359
int myTransparency = getLayerTransparency( mDataDir + "points2.zip", "ogr", 1 );
@@ -365,7 +365,7 @@ void TestZipLayer::testZipItemVectorTransparency()
365365
void TestZipLayer::testGZipItemVectorTransparency()
366366
{
367367
#if GDAL_VERSION_NUM < 1700
368-
QSKIP( "This test requires GDAL > 1.7", SkipSingle );
368+
QSKIP( "This test requires GDAL >= 1.7", SkipSingle );
369369
#endif
370370
int myTarget = 250;
371371
int myTransparency = getLayerTransparency( mDataDir + "points3.geojson.gz", "ogr", 1 );
@@ -407,7 +407,7 @@ void TestZipLayer::testZipItemSubfolder()
407407
void TestZipLayer::testZipItemVRT()
408408
{
409409
#if GDAL_VERSION_NUM < 1700
410-
QSKIP( "This test requires GDAL > 1.7", SkipSingle );
410+
QSKIP( "This test requires GDAL >= 1.7", SkipSingle );
411411
#endif
412412
QSettings settings;
413413
for ( int i = 2 ; i <= mMaxScanZipSetting ; i++ )

0 commit comments

Comments
 (0)