Skip to content

Commit

Permalink
untodo now passing test
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Apr 1, 2012
1 parent ed2418d commit 47dbeb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/parse-url.t
Expand Up @@ -39,7 +39,6 @@ for @test -> $test, $url, $results {
is($scheme, $results.[0], "Scheme for $url is $scheme");
is($host, $results.[1], "Hostname for $url is $host");
is($port, $results.[2], "Port for $url is $port");
todo('URI.pm regression') if $path ~~ /api/;
is($path, $results.[3], "Path for $url is $path");
}

Expand Down

0 comments on commit 47dbeb8

Please sign in to comment.