about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-08-17 02:41:13 +0000
committerEric Wong <e@80x24.org>2015-08-17 03:13:35 +0000
commit395b6a9e8d4815708208c19c5b9a488c09f41c4f (patch)
treeac2194b0d0a51d75eb473cf0f2bcfb3e513aef83 /t
parent41947542045105aaa6f500f44de17de775e45a0b (diff)
downloadpublic-inbox-395b6a9e8d4815708208c19c5b9a488c09f41c4f.tar.gz
terminology: replies => followups
Replies are only direct replies, but followups could be any message
further down the thread.  The latter is more useful.
Diffstat (limited to 't')
-rw-r--r--t/search.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/search.t b/t/search.t
index 7ef86cd4..2bb6b6cf 100644
--- a/t/search.t
+++ b/t/search.t
@@ -175,9 +175,9 @@ sub filter_mids {
         is_deeply(\@res, [ sort('last@s', $long_midc) ],
                   "got expected results for references: match");
 
-        my $replies = $ro->get_replies('root@s');
-        $replies = [ filter_mids($replies) ];
-        is_deeply($replies, [ filter_mids($res) ], "get_replies matches");
+        my $followups = $ro->get_followups('root@s');
+        $followups = [ filter_mids($followups) ];
+        is_deeply($followups, [ filter_mids($res) ], "get_followups matches");
 
         my $long_reply_mid = 'reply-to-long@1';
         my $long_reply = Email::MIME->create(