forked from hans/Nominatim
add tests for geocodejson and fix syntax errors
This commit is contained in:
@@ -48,6 +48,10 @@ Feature: Simple Reverse Tests
|
||||
| param | value |
|
||||
| <parameter> | <value> |
|
||||
Then the result is valid geojson
|
||||
When sending geocodejson reverse coordinates 53.603,10.041
|
||||
| param | value |
|
||||
| <parameter> | <value> |
|
||||
Then the result is valid geocodejson
|
||||
|
||||
Examples:
|
||||
| parameter | value |
|
||||
|
||||
@@ -27,6 +27,10 @@ Feature: Simple Tests
|
||||
| param | value |
|
||||
| <parameter> | <value> |
|
||||
Then at least 1 result is returned
|
||||
When sending geocodejson search query "Hamburg"
|
||||
| param | value |
|
||||
| <parameter> | <value> |
|
||||
Then at least 1 result is returned
|
||||
|
||||
Examples:
|
||||
| parameter | value |
|
||||
|
||||
Reference in New Issue
Block a user