mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
test:Expect multiple filenames for message with multiple files
Update the test mail corpus to have two files with the same content to expose the bug where a single message with multiple filenames only reports a single filename. Update expected results for search --output=files to match new behavior for multiple files corresponding to a single message Signed-off-by: Mark Anderson <ma.skies@gmail.com>
This commit is contained in:
parent
e5dafc9051
commit
c87da6961d
2 changed files with 14 additions and 0 deletions
12
test/corpus/cur/51:2,
Normal file
12
test/corpus/cur/51:2,
Normal file
|
@ -0,0 +1,12 @@
|
|||
From: "Aron Griffis" <agriffis@n01se.net>
|
||||
To: notmuch@notmuchmail.org
|
||||
Date: Tue, 17 Nov 2009 18:21:38 -0500
|
||||
Subject: [notmuch] archive
|
||||
Message-ID: <20091117232137.GA7669@griffis1.net>
|
||||
|
||||
Just subscribed, I'd like to catch up on the previous postings,
|
||||
but the archive link seems to be bogus?
|
||||
|
||||
Thanks,
|
||||
Aron
|
||||
|
|
@ -207,6 +207,7 @@ MAIL_DIR/cur/22:2,
|
|||
MAIL_DIR/cur/21:2,
|
||||
MAIL_DIR/cur/19:2,
|
||||
MAIL_DIR/cur/18:2,
|
||||
MAIL_DIR/cur/51:2,
|
||||
MAIL_DIR/cur/20:2,
|
||||
MAIL_DIR/cur/17:2,
|
||||
MAIL_DIR/cur/16:2,
|
||||
|
@ -263,6 +264,7 @@ cat <<EOF >EXPECTED
|
|||
"MAIL_DIR/cur/21:2,",
|
||||
"MAIL_DIR/cur/19:2,",
|
||||
"MAIL_DIR/cur/18:2,",
|
||||
"MAIL_DIR/cur/51:2,",
|
||||
"MAIL_DIR/cur/20:2,",
|
||||
"MAIL_DIR/cur/17:2,",
|
||||
"MAIL_DIR/cur/16:2,",
|
||||
|
|
Loading…
Reference in a new issue