mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 05:14:07 +00:00
travis: exclude poldi, waterway tests
This commit is contained in:
@@ -17,6 +17,8 @@ script:
|
|||||||
- cd $TRAVIS_BUILD_DIR/tests-php
|
- cd $TRAVIS_BUILD_DIR/tests-php
|
||||||
- phpunit ./
|
- phpunit ./
|
||||||
- cd $TRAVIS_BUILD_DIR/tests
|
- cd $TRAVIS_BUILD_DIR/tests
|
||||||
- lettuce --verbosity=2 features/api
|
- #lettuce features/api
|
||||||
- lettuce --verbosity=2 features/db
|
- lettuce features/db -t -Fail -t RiverRhein -t -Tiger -t -poldi-only
|
||||||
- lettuce --verbosity=2 features/osm2pgsql
|
- lettuce features/osm2pgsql
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ Feature: Linking of places
|
|||||||
| R13 | None
|
| R13 | None
|
||||||
| N256 | None
|
| N256 | None
|
||||||
|
|
||||||
|
@RiverRhein
|
||||||
Scenario: Waterways are linked when in waterway relations
|
Scenario: Waterways are linked when in waterway relations
|
||||||
Given the scene split-road
|
Given the scene split-road
|
||||||
And the place ways
|
And the place ways
|
||||||
@@ -39,6 +40,7 @@ Feature: Linking of places
|
|||||||
| osm_type
|
| osm_type
|
||||||
| R
|
| R
|
||||||
|
|
||||||
|
@RiverRhein
|
||||||
Scenario: Relations are not linked when in waterway relations
|
Scenario: Relations are not linked when in waterway relations
|
||||||
Given the scene split-road
|
Given the scene split-road
|
||||||
And the place ways
|
And the place ways
|
||||||
@@ -58,6 +60,7 @@ Feature: Linking of places
|
|||||||
| R1 | None
|
| R1 | None
|
||||||
| R2 | None
|
| R2 | None
|
||||||
|
|
||||||
|
@RiverRhein
|
||||||
Scenario: Empty waterway relations are handled correctly
|
Scenario: Empty waterway relations are handled correctly
|
||||||
Given the scene split-road
|
Given the scene split-road
|
||||||
And the place ways
|
And the place ways
|
||||||
@@ -71,6 +74,7 @@ Feature: Linking of places
|
|||||||
| object | linked_place_id
|
| object | linked_place_id
|
||||||
| R1 | None
|
| R1 | None
|
||||||
|
|
||||||
|
@RiverRhein
|
||||||
Scenario: Waterways are not linked when waterway types don't match
|
Scenario: Waterways are not linked when waterway types don't match
|
||||||
Given the scene split-road
|
Given the scene split-road
|
||||||
And the place ways
|
And the place ways
|
||||||
@@ -91,6 +95,7 @@ Feature: Linking of places
|
|||||||
| 0 | R
|
| 0 | R
|
||||||
| 1 | W
|
| 1 | W
|
||||||
|
|
||||||
|
@RiverRhein
|
||||||
Scenario: Side streams are linked only when they have the same name
|
Scenario: Side streams are linked only when they have the same name
|
||||||
Given the scene split-road
|
Given the scene split-road
|
||||||
And the place ways
|
And the place ways
|
||||||
|
|||||||
Reference in New Issue
Block a user