about summary refs log tree commit homepage
path: root/t/cgi.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-21 10:00:21 +0000
committerEric Wong <e@80x24.org>2014-04-21 10:00:21 +0000
commitb39e6e140d7a074dfb5c7b768285736511e04d97 (patch)
tree22f859350d66bdf1d9011ed30b6af56d50b75b19 /t/cgi.t
parent87fe634f0fbd6795d2e0f4daf17f13af456212a0 (diff)
downloadpublic-inbox-b39e6e140d7a074dfb5c7b768285736511e04d97.tar.gz
This is not a blog.  All posts, whether replies or not,
carry equal weight.
Diffstat (limited to 't/cgi.t')
-rw-r--r--t/cgi.t5
1 files changed, 1 insertions, 4 deletions
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/<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