diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-11-01 19:45:45 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-11-01 19:48:04 +0100 |
commit | 5583505fb32d23a277c357f07340347ab4cd282a (patch) | |
tree | 43a25a57e2ffc08a1ef6983b64521857882c9916 /t | |
parent | e85076209ad1c1d01a135154b54403c8c00bcc88 (diff) |
allow realtime ppth to override static ppth
This way, if a train has so much delay that its scheduled data was not
requested in the first place, it's still possible to compared its scheduled
route with its actual route
Diffstat (limited to 't')
-rw-r--r-- | t/31-result-basics.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/31-result-basics.t b/t/31-result-basics.t index 7f9423b..f88fa6f 100644 --- a/t/31-result-basics.t +++ b/t/31-result-basics.t @@ -53,7 +53,7 @@ is($ice645->raw_id, '1065350279715650378-1401031812-6', '->raw_id'); is($ice645->route_end, 'Berlin Ostbahnhof', '->routd_end'); is($ice645->route_start, 'Köln/Bonn Flughafen', '->routd_start'); is($ice645->sched_route_end, 'Berlin Ostbahnhof', '->sched_route_end'); -is($ice645->sched_route_start, 'Köln/Bonn Flughafen', '->sched_routd_start'); +is($ice645->sched_route_start, 'Köln/Bonn Flughafen', '->sched_route_start'); is($ice645->stop_no, 6, '->stop_no'); is($ice645->time, '19:23', '->time'); is($ice645->train, 'ICE 645', '->train'); |