X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fatom.t;h=bb50e26f02ea606f8b8c822cee339ea3a338795f;hb=4dacb4b2dd8b8054fea25101eec329fe5f4a9de2;hp=d4de77dadaf5c58d0ad6ae15b10c1f194f47a223;hpb=179b688801d87f11641ea537f8f5be47987f3635;p=catagits%2FGitalist.git diff --git a/t/atom.t b/t/atom.t index d4de77d..bb50e26 100644 --- a/t/atom.t +++ b/t/atom.t @@ -3,8 +3,9 @@ use FindBin qw/$Bin/; BEGIN { do "$FindBin::Bin/../script/env" or die $@ } use lib "$Bin/lib"; use TestGitalist; +use HTTP::Request::Common; -my $res = request('/repo1/atom'); +my $res = request(GET 'http://localhost/repo1/atom', 'Content-Type' => 'application/atom+xml'); ok $res->is_success; is $res->content_type, 'application/atom+xml'; TODO: {