]> git.openstreetmap.org Git - nominatim.git/commit
add functional tests
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 7 Sep 2014 15:02:10 +0000 (17:02 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 7 Sep 2014 15:02:10 +0000 (17:02 +0200)
commit86d90bc46005c00f2367ad759804f528adc4c6a5
tree0cd4ec89989661350c66c6d4f0310260dbbbf042
parente7ee9c2d8407dfaf191b51d76a53b52a34d91361
add functional tests

These are the tests that were formerly located at
https://github.com/lonvia/test-nominatim
43 files changed:
Makefile.am
tests/README.md [new file with mode: 0644]
tests/features/api/details.feature [new file with mode: 0644]
tests/features/api/language.feature [new file with mode: 0644]
tests/features/api/regression.feature [new file with mode: 0644]
tests/features/api/reverse.feature [new file with mode: 0644]
tests/features/api/reverse_simple.feature [new file with mode: 0644]
tests/features/api/search.feature [new file with mode: 0644]
tests/features/api/search_order.feature [new file with mode: 0644]
tests/features/api/search_params.feature [new file with mode: 0644]
tests/features/api/search_simple.feature [new file with mode: 0644]
tests/features/api/search_structured.feature [new file with mode: 0644]
tests/features/db/import/linking.feature [new file with mode: 0644]
tests/features/db/import/naming.feature [new file with mode: 0644]
tests/features/db/import/parenting.feature [new file with mode: 0644]
tests/features/db/import/placex.feature [new file with mode: 0644]
tests/features/db/import/search_terms.feature [new file with mode: 0644]
tests/features/db/import/simple.feature [new file with mode: 0644]
tests/features/db/update/linked_places.feature [new file with mode: 0644]
tests/features/db/update/naming.feature [new file with mode: 0644]
tests/features/db/update/simple.feature [new file with mode: 0644]
tests/features/osm2pgsql/import/relation.feature [new file with mode: 0644]
tests/features/osm2pgsql/import/simple.feature [new file with mode: 0644]
tests/features/osm2pgsql/update/relation.feature [new file with mode: 0644]
tests/features/osm2pgsql/update/simple.feature [new file with mode: 0644]
tests/scenes/bin/make_scenes.sh [new file with mode: 0755]
tests/scenes/bin/osm2wkt.cc [new file with mode: 0644]
tests/scenes/data/building-on-street-corner.wkt [new file with mode: 0644]
tests/scenes/data/country.sql [new file with mode: 0644]
tests/scenes/data/country.wkt [new file with mode: 0644]
tests/scenes/data/points-on-roads.wkt [new file with mode: 0644]
tests/scenes/data/poly-area.wkt [new file with mode: 0644]
tests/scenes/data/poly-areas.osm [new file with mode: 0644]
tests/scenes/data/road-with-alley.wkt [new file with mode: 0644]
tests/scenes/data/roads-with-pois.wkt [new file with mode: 0644]
tests/scenes/data/roads.osm [new file with mode: 0644]
tests/scenes/data/split-road.wkt [new file with mode: 0644]
tests/steps/api_result.py [new file with mode: 0644]
tests/steps/api_setup.py [new file with mode: 0644]
tests/steps/db_results.py [new file with mode: 0644]
tests/steps/db_setup.py [new file with mode: 0644]
tests/steps/osm2pgsql_setup.py [new file with mode: 0644]
tests/steps/terrain.py [new file with mode: 0644]