Skip to content

Commit 984f03f

Browse files
committed
restore points files
1 parent 5717522 commit 984f03f

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

tests/src/core/testqgsproject.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void TestQgsProject::testReadPath()
7272
// VSI: /vsizip, /vsitar, /vsigzip, *.zip, *.gz, *.tgz, ...
7373

7474
QCOMPARE( prj->readPath( "./x.gz" ), QString( prefix + "/home/qgis/x.gz" ) );
75-
QCOMPARE( prj->readPath( "/vsigzip/./x.gz" ), QString( prefix + "/vsigzip//home/qgis/x.gz" ) ); // not sure how useful this really is...
75+
QCOMPARE( prj->readPath( "/vsigzip/./x.gz" ), QString( "/vsigzip/%1/home/qgis/x.gz" ).arg( prefix ) ); // not sure how useful this really is...
7676

7777
}
7878

tests/testdata/points.dbf

-131 Bytes
Binary file not shown.

tests/testdata/points.shp

-28 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)