about summary refs log tree commit homepage
path: root/t/view.t
diff options
context:
space:
mode:
Diffstat (limited to 't/view.t')
-rw-r--r--t/view.t12
1 files changed, 0 insertions, 12 deletions
diff --git a/t/view.t b/t/view.t
index 568ab303..2da741a8 100644
--- a/t/view.t
+++ b/t/view.t
@@ -49,18 +49,6 @@ EOF
         like($html, qr/> keep this inline/, "short quoted text is inline");
         like($html, qr/<a\nid=[^>]+><\/a>&gt; Long and wordy/,
                 "long quoted text is anchored");
-
-        # short page
-        my $pfx = "../hello%40example.com/f/";
-        $mime = Email::MIME->new($s);
-        my $short = PublicInbox::View::msg_html(undef, $mime, $pfx);
-        like($short, qr!<a\nhref="\.\./hello%40example\.com/f/!s,
-                "MID link present");
-        like($short, qr/\n&gt; keep this inline/,
-                "short quoted text is inline");
-        like($short, qr/<a\nhref="\Q$pfx\E#[^>]+>Long and wordy/,
-                "long quoted text is made into a link");
-        ok(length($short) < length($html), "short page is shorter");
 }
 
 # multipart crap