tests: EMST has been renamed to EMSTP.
This commit is contained in:
parent
83a69dcd74
commit
c969019bb3
3 changed files with 4 additions and 4 deletions
|
@ -81,7 +81,7 @@ $t->post_ok(
|
||||||
csrf_token => $csrf_token,
|
csrf_token => $csrf_token,
|
||||||
action => 'save',
|
action => 'save',
|
||||||
train => 'RE 42 11238',
|
train => 'RE 42 11238',
|
||||||
dep_station => 'EMST',
|
dep_station => 'EMSTP',
|
||||||
sched_departure => '16.10.2018 17:36',
|
sched_departure => '16.10.2018 17:36',
|
||||||
rt_departure => '16.10.2018 17:36',
|
rt_departure => '16.10.2018 17:36',
|
||||||
arr_station => 'EG',
|
arr_station => 'EG',
|
||||||
|
@ -122,7 +122,7 @@ $t->post_ok(
|
||||||
csrf_token => $csrf_token,
|
csrf_token => $csrf_token,
|
||||||
action => 'save',
|
action => 'save',
|
||||||
train => 'RE 42 11238',
|
train => 'RE 42 11238',
|
||||||
dep_station => 'EMST',
|
dep_station => 'EMSTP',
|
||||||
sched_departure => '16.11.2018 17:36',
|
sched_departure => '16.11.2018 17:36',
|
||||||
rt_departure => '16.11.2018 17:45',
|
rt_departure => '16.11.2018 17:45',
|
||||||
arr_station => 'EG',
|
arr_station => 'EG',
|
||||||
|
|
|
@ -78,7 +78,7 @@ $t->status_is(302)->header_is( location => '/' );
|
||||||
$t->app->journeys->add(
|
$t->app->journeys->add(
|
||||||
db => $t->app->pg->db,
|
db => $t->app->pg->db,
|
||||||
uid => $uid,
|
uid => $uid,
|
||||||
dep_station => 'EMST',
|
dep_station => 'EMSTP',
|
||||||
arr_station => 'EG',
|
arr_station => 'EG',
|
||||||
sched_departure => DateTime->new(
|
sched_departure => DateTime->new(
|
||||||
year => 2018,
|
year => 2018,
|
||||||
|
|
|
@ -82,7 +82,7 @@ $t->post_ok(
|
||||||
csrf_token => $csrf_token,
|
csrf_token => $csrf_token,
|
||||||
action => 'save',
|
action => 'save',
|
||||||
train => 'RE 42 11238',
|
train => 'RE 42 11238',
|
||||||
dep_station => 'EMST',
|
dep_station => 'EMSTP',
|
||||||
sched_departure => '16.10.2018 17:36',
|
sched_departure => '16.10.2018 17:36',
|
||||||
rt_departure => '16.10.2018 17:35',
|
rt_departure => '16.10.2018 17:35',
|
||||||
arr_station => 'EG',
|
arr_station => 'EG',
|
||||||
|
|
Loading…
Reference in a new issue