Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update turn restrictions tests to use oneway streets, to avoid u-turns #163

Merged
merged 1 commit into from
Mar 5, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion features/distance.feature
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ Feature: Distance calculation
| a | c | abc | 2000000 |
| c | a | abc | 2000000 |

@a
Scenario: Angles at 1000km scale
Given a grid size of 1000 meters
Given the nodes
Expand Down
17 changes: 0 additions & 17 deletions features/oneway.feature
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,6 @@ Feature: Oneway streets
| a | b | ab |
| b | a | bc,cd,da |

Scenario: Avoid oneway traps
Given the nodes
| | x | |
| a | b | c |
| | y | |

And the ways
| nodes | oneway |
| abc | |
| bx | yes |
| yb | -1 |

When I route I should get
| from | to | route |
| b | x | |
| b | y | |

Scenario: Handle various oneway tag values
Given the speedprofile "bicycle"
Then routability should be
Expand Down
Loading