Skip to content

Commit

Permalink
restore points files
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 1, 2015
1 parent 5717522 commit 984f03f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgsproject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void TestQgsProject::testReadPath()
// VSI: /vsizip, /vsitar, /vsigzip, *.zip, *.gz, *.tgz, ...

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

}

Expand Down
Binary file modified tests/testdata/points.dbf
Binary file not shown.
Binary file modified tests/testdata/points.shp
Binary file not shown.

0 comments on commit 984f03f

Please sign in to comment.