mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
skip vrt-in-zip test for gdal<1.7
This commit is contained in:
parent
56d03877eb
commit
8a6e88dfec
@ -283,7 +283,7 @@ void TestZipLayer::testPassthruVectorGzip()
|
||||
{
|
||||
QSettings settings;
|
||||
#if GDAL_VERSION_NUM < 1700
|
||||
QSKIP( "This test requires GDAL > 1.7", SkipSingle );
|
||||
QSKIP( "This test requires GDAL >= 1.7", SkipSingle );
|
||||
#endif
|
||||
for ( int i = 1 ; i <= mMaxScanZipSetting ; i++ )
|
||||
{
|
||||
@ -406,6 +406,9 @@ void TestZipLayer::testZipItemSubfolder()
|
||||
|
||||
void TestZipLayer::testZipItemVRT()
|
||||
{
|
||||
#if GDAL_VERSION_NUM < 1700
|
||||
QSKIP( "This test requires GDAL > 1.7", SkipSingle );
|
||||
#endif
|
||||
QSettings settings;
|
||||
for ( int i = 2 ; i <= mMaxScanZipSetting ; i++ )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user