Skip to content

Commit

Permalink
fix test debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 30, 2012
1 parent 8a6e88d commit a1bf57a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/src/core/testziplayer.cpp
Expand Up @@ -353,7 +353,7 @@ void TestZipLayer::testZipItemAll()
void TestZipLayer::testZipItemVectorTransparency()
{
#if GDAL_VERSION_NUM < 1800
QSKIP( "This test requires GDAL > 1.8", SkipSingle );
QSKIP( "This test requires GDAL >= 1.8", SkipSingle );
#endif
int myTarget = 250;
int myTransparency = getLayerTransparency( mDataDir + "points2.zip", "ogr", 1 );
Expand All @@ -365,7 +365,7 @@ void TestZipLayer::testZipItemVectorTransparency()
void TestZipLayer::testGZipItemVectorTransparency()
{
#if GDAL_VERSION_NUM < 1700
QSKIP( "This test requires GDAL > 1.7", SkipSingle );
QSKIP( "This test requires GDAL >= 1.7", SkipSingle );
#endif
int myTarget = 250;
int myTransparency = getLayerTransparency( mDataDir + "points3.geojson.gz", "ogr", 1 );
Expand Down Expand Up @@ -407,7 +407,7 @@ void TestZipLayer::testZipItemSubfolder()
void TestZipLayer::testZipItemVRT()
{
#if GDAL_VERSION_NUM < 1700
QSKIP( "This test requires GDAL > 1.7", SkipSingle );
QSKIP( "This test requires GDAL >= 1.7", SkipSingle );
#endif
QSettings settings;
for ( int i = 2 ; i <= mMaxScanZipSetting ; i++ )
Expand Down

0 comments on commit a1bf57a

Please sign in to comment.