Make HTTPMicro.t test names unique.

This commit is contained in:
Daniel Nichter
2012-10-12 10:24:17 -06:00
parent eaee23ccd0
commit 5581dd8383

View File

@@ -27,7 +27,7 @@ for my $test_url ( "http://www.percona.com/robots.txt", "https://v.percona.com"
is_deeply( is_deeply(
$micro->{content}, $micro->{content},
$tiny->{content}, $tiny->{content},
"HTTPMicro behaves like HTTP::Tiny (max_redirect=0)" "HTTPMicro == HTTP::Tiny for $test_url"
); );
} }