]> git.openstreetmap.org Git - nominatim.git/blob - tests/features/api/lookup.feature
new method /lookup.php - Reverse search by multiple osm ids
[nominatim.git] / tests / features / api / lookup.feature
1 Feature: Places by osm_type and osm_id Tests
2     Simple tests for internal server errors and response format.
3
4     @mtm
5     Scenario: address lookup for existing node, way, relation
6         When looking up xml places N158845944,W72493656,,R62422,X99,N0
7         Then the result is valid xml
8         exactly 3 results are returned
9         When looking up json places N158845944,W72493656,,R62422,X99,N0
10         Then the result is valid json
11         exactly 3 results are returned
12
13     @mtm
14     Scenario: address lookup for non-existing or invalid node, way, relation
15         When looking up xml places X99,,N0,nN158845944,ABC,,W9
16         Then the result is valid xml
17         exactly 0 results are returned