]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/cgi.t
feed: there is only one atom feed, with all messages
[public-inbox.git] / t / cgi.t
diff --git a/t/cgi.t b/t/cgi.t
index f7035228e29534a70ebda7faeedbd99e82b2c6a0..365acd842c20ee5c91fcc1d9eac3e38ab3b1a82a 100644 (file)
--- 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/<title>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