aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-11-22 08:17:16 -0500
committerDavid Bremner <david@tethera.net>2014-12-07 13:36:08 +0100
commit4135a1f8dae02e712ff172ae38f68b74f9721236 (patch)
treebec340eba47805e741260a53d675eefebe1b6cfd /test
parent6c1d626519b04fbc98a5c5497ec4fbcd76a51c00 (diff)
lib: Use email address instead of empty real name.
Currently, if a From-header is of the form: "" <address@example.com> the empty string will be treated as a valid real-name, and the entry in the search results will be empty. The new behavior here is that we treat an empty real-name field as if it were null, so that the email address will be used in the search results instead. Signed-off-by: Jesse Rosenthal <jrosenthal@jhu.edu>
Diffstat (limited to 'test')
-rwxr-xr-xtest/T205-author-naming.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T205-author-naming.sh b/test/T205-author-naming.sh
index 18819ddb..cb678ae8 100755
--- a/test/T205-author-naming.sh
+++ b/test/T205-author-naming.sh
@@ -3,7 +3,6 @@ test_description="naming of authors with unusual addresses"
. ./test-lib.sh
test_begin_subtest "Add author with empty quoted real name"
-test_subtest_known_broken
add_message '[subject]="author-naming: Initial thread subject"' \
'[date]="Fri, 05 Jan 2001 15:43:56 -0000"' \
'[from]="\"\" <address@example.com>"'