From b39e6e140d7a074dfb5c7b768285736511e04d97 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 21 Apr 2014 10:00:21 +0000 Subject: feed: there is only one atom feed, with all messages This is not a blog. All posts, whether replies or not, carry equal weight. --- t/cgi.t | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 't') diff --git a/t/cgi.t b/t/cgi.t index f7035228..365acd84 100644 --- a/t/cgi.t +++ b/t/cgi.t @@ -102,16 +102,13 @@ EOF # atom feeds { local $ENV{HOME} = $home; - my $res = cgi_run("/test/all.atom.xml"); + my $res = cgi_run("/test/atom.xml"); like($res->{body}, qr/test for public-inbox/, "set title in XML feed"); like($res->{body}, qr!http://test\.example\.com/test/m/blah%40example\.com!, "link id set"); like($res->{body}, qr/what\?/, "reply included"); - - $res = cgi_run("/test/index.atom.xml"); - unlike($res->{body}, qr/what\?/, "reply not included in index"); } # indices -- cgit v1.2.3-24-ge0c7