From ccaea09a650af18daf556a6cb3b2997c6523a18d Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Wed, 28 Dec 2016 23:07:20 +0100 Subject: [PATCH] move scenes directory to new test directory --- {tests => test}/scenes/bin/Makefile | 0 {tests => test}/scenes/bin/make_scenes.sh | 0 {tests => test}/scenes/bin/osm2wkt.cc | 0 {tests => test}/scenes/data/building-on-street-corner.wkt | 0 {tests => test}/scenes/data/building-with-parallel-streets.wkt | 0 {tests => test}/scenes/data/country.sql | 0 {tests => test}/scenes/data/country.wkt | 0 {tests => test}/scenes/data/parallel-road.wkt | 0 {tests => test}/scenes/data/points-on-roads.wkt | 0 {tests => test}/scenes/data/poly-area.wkt | 0 {tests => test}/scenes/data/poly-areas.osm | 0 {tests => test}/scenes/data/road-with-alley.wkt | 0 {tests => test}/scenes/data/roads-with-pois.wkt | 0 {tests => test}/scenes/data/roads.osm | 0 {tests => test}/scenes/data/split-road.wkt | 0 {tests => test}/scenes/data/way-area-with-center.wkt | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename {tests => test}/scenes/bin/Makefile (100%) rename {tests => test}/scenes/bin/make_scenes.sh (100%) rename {tests => test}/scenes/bin/osm2wkt.cc (100%) rename {tests => test}/scenes/data/building-on-street-corner.wkt (100%) rename {tests => test}/scenes/data/building-with-parallel-streets.wkt (100%) rename {tests => test}/scenes/data/country.sql (100%) rename {tests => test}/scenes/data/country.wkt (100%) rename {tests => test}/scenes/data/parallel-road.wkt (100%) rename {tests => test}/scenes/data/points-on-roads.wkt (100%) rename {tests => test}/scenes/data/poly-area.wkt (100%) rename {tests => test}/scenes/data/poly-areas.osm (100%) rename {tests => test}/scenes/data/road-with-alley.wkt (100%) rename {tests => test}/scenes/data/roads-with-pois.wkt (100%) rename {tests => test}/scenes/data/roads.osm (100%) rename {tests => test}/scenes/data/split-road.wkt (100%) rename {tests => test}/scenes/data/way-area-with-center.wkt (100%) 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 -- 2.39.5