Unverified Commit c969019b authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

tests: EMST has been renamed to EMSTP.

parent 83a69dcd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ $t->post_ok(
		csrf_token      => $csrf_token,
		action          => 'save',
		train           => 'RE 42 11238',
		dep_station     => 'EMST',
		dep_station     => 'EMSTP',
		sched_departure => '16.10.2018 17:36',
		rt_departure    => '16.10.2018 17:36',
		arr_station     => 'EG',
@@ -122,7 +122,7 @@ $t->post_ok(
		csrf_token      => $csrf_token,
		action          => 'save',
		train           => 'RE 42 11238',
		dep_station     => 'EMST',
		dep_station     => 'EMSTP',
		sched_departure => '16.11.2018 17:36',
		rt_departure    => '16.11.2018 17:45',
		arr_station     => 'EG',
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ $t->status_is(302)->header_is( location => '/' );
$t->app->journeys->add(
	db              => $t->app->pg->db,
	uid             => $uid,
	dep_station     => 'EMST',
	dep_station     => 'EMSTP',
	arr_station     => 'EG',
	sched_departure => DateTime->new(
		year      => 2018,
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ $t->post_ok(
		csrf_token      => $csrf_token,
		action          => 'save',
		train           => 'RE 42 11238',
		dep_station     => 'EMST',
		dep_station     => 'EMSTP',
		sched_departure => '16.10.2018 17:36',
		rt_departure    => '16.10.2018 17:35',
		arr_station     => 'EG',