From d668c5680d983495ef165e4b464f7d3f3e11d358 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 13 Nov 2011 23:27:15 +0100 Subject: Start switching to XML (thanks to M. Holzt!) --- t/20-vrr.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't') diff --git a/t/20-vrr.t b/t/20-vrr.t index da2a1ba..d1ee22b 100644 --- a/t/20-vrr.t +++ b/t/20-vrr.t @@ -4,7 +4,7 @@ use warnings; use 5.010; use File::Slurp qw(slurp); -use Test::More tests => 94; +use Test::More skip_all => 'outdated'; BEGIN { use_ok('Travel::Status::DE::VRR'); @@ -13,7 +13,7 @@ require_ok('Travel::Status::DE::VRR'); my $html = slurp('t/in/essen_bp.html'); -my $status = Travel::Status::DE::VRR->new_from_html(html => $html); +my $status = Travel::Status::DE::VRR->new_from_html(xml => $html); isa_ok($status, 'Travel::Status::DE::VRR'); can_ok($status, qw(errstr results)); -- cgit v1.2.3