tests: assume script running "paths_relative_to_script" is in the root mapnik dir not the tests dir

This commit is contained in:
Dane Springmeyer 2012-08-16 10:26:39 -07:00
parent 53685f3f99
commit a2d6c55478

View file

@ -2,7 +2,7 @@
<Layer name="lay">
<Datasource base="shp">
<Parameter name="file">../data/shp/poly.shp</Parameter>
<Parameter name="file">tests/data/shp/poly.shp</Parameter>
<Parameter name="type">shape</Parameter>
</Datasource>
</Layer>