From f3beaf2d9eb789a6f745d4606d2e95bbb5ad29ae Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 2 Oct 2022 19:39:29 +0200 Subject: DB: Switch to mgate.exe API --- t/30-invalid-xml.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/30-invalid-xml.t') diff --git a/t/30-invalid-xml.t b/t/30-invalid-xml.t index 4a358a2..f8f7d58 100755 --- a/t/30-invalid-xml.t +++ b/t/30-invalid-xml.t @@ -13,7 +13,7 @@ use Travel::Status::DE::HAFAS; my $xml = 'lol'; my $status = Travel::Status::DE::HAFAS->new( - service => 'DB', + service => 'NASA', station => 'Berlin Jannowitzbrücke', xml => $xml ); @@ -24,7 +24,7 @@ is( scalar $status->results, $xml = 'lol<'; $status = Travel::Status::DE::HAFAS->new( - service => 'DB', + service => 'NASA', station => 'Berlin Jannowitzbrücke', xml => $xml ); -- cgit v1.2.3