Skip to content

Commit

Permalink
remove suppressed new names from new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Kobitzsch authored and Patrick Niklaus committed Feb 25, 2017
1 parent 6c3390f commit 18a50d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions features/car/destination.feature
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ Feature: Car - Destination only, no passing through
When I route I should get
| from | to | route |
| a | b | ab,ab |
| a | c | ab,bcd,bcd |
| a | c | ab,bcd |
| a | d | ab,bcd,bcd |
| a | e | axye,axye |
| e | d | de,de |
| e | c | de,bcd,bcd |
| e | c | de,bcd |
| e | b | de,bcd,bcd |
| e | a | axye,axye |

Expand All @@ -51,12 +51,12 @@ Feature: Car - Destination only, no passing through
When I route I should get
| from | to | route |
| a | b | ab,ab |
| a | c | ab,bc,bc |
| a | d | ab,bc,cd,cd |
| a | c | ab,bc |
| a | d | ab,cd |
| a | e | axye,axye |
| e | d | de,de |
| e | c | de,cd,cd |
| e | b | de,cd,bc,bc |
| e | c | de,cd |
| e | b | de,bc |
| e | a | axye,axye |

Scenario: Car - Routing inside a destination only area
Expand Down

0 comments on commit 18a50d3

Please sign in to comment.