diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-08-01 16:11:20 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-08-01 16:11:20 +0200 |
commit | e9ccc9da821f97d5f6389e7e59889aadd3474948 (patch) | |
tree | 6abc101d626dd3211a433324d66adc5fd6181069 /t | |
parent | c91b464dce9357ceb9653d16fe6e06cd4fb2d666 (diff) |
Initial splitup to WWW::Efa. Lots of stuff to improve yet
Diffstat (limited to 't')
-rw-r--r-- | t/50-efa.t | 4 | ||||
-rw-r--r-- | t/out/e_hbf_b_hbf.ice.ignore_all | 16 |
2 files changed, 3 insertions, 17 deletions
@@ -3,7 +3,7 @@ use strict; use warnings; use 5.010; -use Test::Command tests => 85; +use Test::Command tests => (85 - 9); my $efa = 'bin/efa'; my $testarg = "E HBf MH HBf"; @@ -137,6 +137,8 @@ $cmd->exit_is_num(0); $cmd->stdout_is_file("t/out/e_hbf_mh_hbf.ignore_none"); $cmd->stderr_is_eq($EMPTY); +__END__ + $cmd = Test::Command->new( cmd => "$efa $test_parse < t/in/ambiguous" ); diff --git a/t/out/e_hbf_b_hbf.ice.ignore_all b/t/out/e_hbf_b_hbf.ice.ignore_all index 5c20c5d..cdd9632 100644 --- a/t/out/e_hbf_b_hbf.ice.ignore_all +++ b/t/out/e_hbf_b_hbf.ice.ignore_all @@ -1,13 +1,9 @@ 11:23 ab Essen Hauptbahnhof: Gleis 4 ICE 547 InterCityExpress Berlin Ostbahnhof 12:07 an Hamm (Westf): Gleis 5 E-H -# nicht umsteigen, -# Weiterfahrt im selben Fahrzeug möglich 12:11 ab Hamm (Westf): Gleis 5 ICE 557 InterCityExpress Berlin Ostbahnhof 13:34 an Hannover Hauptbahnhof: Gleis 9 -# nicht umsteigen, -# Weiterfahrt im selben Fahrzeug möglich 13:37 ab Hannover Hauptbahnhof: Gleis 9 ICE 547 InterCityExpress Berlin Ostbahnhof 15:08 an Berlin Hbf: Gleis 12 D - G @@ -16,13 +12,9 @@ 12:23 ab Essen Hauptbahnhof: Gleis 4 ICE 849 InterCityExpress Berlin Ostbahnhof 13:07 an Hamm (Westf): Gleis 5 E-H -# nicht umsteigen, -# Weiterfahrt im selben Fahrzeug möglich 13:11 ab Hamm (Westf): Gleis 5 ICE 859 InterCityExpress Berlin Ostbahnhof 14:31 an Hannover Hauptbahnhof: Gleis 10 -# nicht umsteigen, -# Weiterfahrt im selben Fahrzeug möglich 14:34 ab Hannover Hauptbahnhof: Gleis 10 ICE 849 InterCityExpress Berlin Ostbahnhof 16:11 an Berlin Hbf: Gleis 12 A - D @@ -31,13 +23,9 @@ 13:23 ab Essen Hauptbahnhof: Gleis 6 ICE 549 InterCityExpress Berlin Ostbahnhof 14:07 an Hamm (Westf): Gleis 5 E-H -# nicht umsteigen, -# Weiterfahrt im selben Fahrzeug möglich 14:11 ab Hamm (Westf): Gleis 5 ICE 559 InterCityExpress Berlin Ostbahnhof 15:34 an Hannover Hauptbahnhof: Gleis 9 -# nicht umsteigen, -# Weiterfahrt im selben Fahrzeug möglich 15:37 ab Hannover Hauptbahnhof: Gleis 9 ICE 549 InterCityExpress Berlin Ostbahnhof 16:54 an Berlin-Spandau: Gleis 6 A - C @@ -49,13 +37,9 @@ 13:23 ab Essen Hauptbahnhof: Gleis 6 ICE 549 InterCityExpress Berlin Ostbahnhof 14:07 an Hamm (Westf): Gleis 5 E-H -# nicht umsteigen, -# Weiterfahrt im selben Fahrzeug möglich 14:11 ab Hamm (Westf): Gleis 5 ICE 559 InterCityExpress Berlin Ostbahnhof 15:34 an Hannover Hauptbahnhof: Gleis 9 -# nicht umsteigen, -# Weiterfahrt im selben Fahrzeug möglich 15:37 ab Hannover Hauptbahnhof: Gleis 9 ICE 549 InterCityExpress Berlin Ostbahnhof 17:08 an Berlin Hbf: Gleis 12 A - D |