fix cucumber tests and issues

This commit is contained in:
Moritz Kobitzsch
2016-04-01 11:39:47 +02:00
committed by Patrick Niklaus
parent e60ebee3f2
commit ef1fb08723
24 changed files with 217 additions and 339 deletions
+3 -3
View File
@@ -21,8 +21,8 @@ Feature: Retrieve geometry
| cd |
When I route I should get
| from | to | route | geometry |
| a | c | ab,bc | _ibE_~cH_seK_seK |
| b | d | bc,cd | _seK_hgN_seK_seK |
| from | to | route | geometry |
| a | c | ab,bc,bc | _ibE_~cH_seK_seK |
| b | d | bc,cd,cd | _seK_hgN_seK_seK |
# Mind the \ before the pipes