From: Sarah Hoffmann Date: Wed, 28 Dec 2016 22:07:20 +0000 (+0100) Subject: move scenes directory to new test directory X-Git-Tag: v3.0.0~85^2~4 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/ccaea09a650af18daf556a6cb3b2997c6523a18d move scenes directory to new test directory --- diff --git a/tests/scenes/bin/Makefile b/test/scenes/bin/Makefile similarity index 100% rename from tests/scenes/bin/Makefile rename to test/scenes/bin/Makefile diff --git a/tests/scenes/bin/make_scenes.sh b/test/scenes/bin/make_scenes.sh similarity index 100% rename from tests/scenes/bin/make_scenes.sh rename to test/scenes/bin/make_scenes.sh diff --git a/tests/scenes/bin/osm2wkt.cc b/test/scenes/bin/osm2wkt.cc similarity index 100% rename from tests/scenes/bin/osm2wkt.cc rename to test/scenes/bin/osm2wkt.cc diff --git a/tests/scenes/data/building-on-street-corner.wkt b/test/scenes/data/building-on-street-corner.wkt similarity index 100% rename from tests/scenes/data/building-on-street-corner.wkt rename to test/scenes/data/building-on-street-corner.wkt diff --git a/tests/scenes/data/building-with-parallel-streets.wkt b/test/scenes/data/building-with-parallel-streets.wkt similarity index 100% rename from tests/scenes/data/building-with-parallel-streets.wkt rename to test/scenes/data/building-with-parallel-streets.wkt diff --git a/tests/scenes/data/country.sql b/test/scenes/data/country.sql similarity index 100% rename from tests/scenes/data/country.sql rename to test/scenes/data/country.sql diff --git a/tests/scenes/data/country.wkt b/test/scenes/data/country.wkt similarity index 100% rename from tests/scenes/data/country.wkt rename to test/scenes/data/country.wkt diff --git a/tests/scenes/data/parallel-road.wkt b/test/scenes/data/parallel-road.wkt similarity index 100% rename from tests/scenes/data/parallel-road.wkt rename to test/scenes/data/parallel-road.wkt diff --git a/tests/scenes/data/points-on-roads.wkt b/test/scenes/data/points-on-roads.wkt similarity index 100% rename from tests/scenes/data/points-on-roads.wkt rename to test/scenes/data/points-on-roads.wkt diff --git a/tests/scenes/data/poly-area.wkt b/test/scenes/data/poly-area.wkt similarity index 100% rename from tests/scenes/data/poly-area.wkt rename to test/scenes/data/poly-area.wkt diff --git a/tests/scenes/data/poly-areas.osm b/test/scenes/data/poly-areas.osm similarity index 100% rename from tests/scenes/data/poly-areas.osm rename to test/scenes/data/poly-areas.osm diff --git a/tests/scenes/data/road-with-alley.wkt b/test/scenes/data/road-with-alley.wkt similarity index 100% rename from tests/scenes/data/road-with-alley.wkt rename to test/scenes/data/road-with-alley.wkt diff --git a/tests/scenes/data/roads-with-pois.wkt b/test/scenes/data/roads-with-pois.wkt similarity index 100% rename from tests/scenes/data/roads-with-pois.wkt rename to test/scenes/data/roads-with-pois.wkt diff --git a/tests/scenes/data/roads.osm b/test/scenes/data/roads.osm similarity index 100% rename from tests/scenes/data/roads.osm rename to test/scenes/data/roads.osm diff --git a/tests/scenes/data/split-road.wkt b/test/scenes/data/split-road.wkt similarity index 100% rename from tests/scenes/data/split-road.wkt rename to test/scenes/data/split-road.wkt diff --git a/tests/scenes/data/way-area-with-center.wkt b/test/scenes/data/way-area-with-center.wkt similarity index 100% rename from tests/scenes/data/way-area-with-center.wkt rename to test/scenes/data/way-area-with-center.wkt