X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fatom.t;h=37d6d09c2c7191940643494b114ab74339d4f021;hb=ea7725112cb1e27f0c76481742daad900380b8cd;hp=726a9c5abd21513c7d3b502958d89f64e4207862;hpb=65afba8d8c18df361b4ee0223aff342bc0d46ae2;p=catagits%2FGitalist.git diff --git a/t/atom.t b/t/atom.t index 726a9c5..37d6d09 100644 --- a/t/atom.t +++ b/t/atom.t @@ -1,11 +1,19 @@ #!/usr/bin/env perl use FindBin qw/$Bin/; +BEGIN { + my $env = "$FindBin::Bin/../script/env"; + if (-r $env) { + do $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: { local $TODO = "Does not work yet. Need similar info to RSS feed"; like $res->content, qr{link>http://localhost/repo1