* test-mu-cmd-find.c: update unit test for --format=mutt-ab changes

This commit is contained in:
Dirk-Jan C. Binnema 2011-07-13 23:28:05 +03:00
parent f9a55ad4aa
commit 3bf7c4d641
2 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,7 @@ print_header (OutputFormat format)
";;; file-version: 6\n");
break;
case FORMAT_MUTT_AB:
g_print ("Matching address in the mu database:\n");
g_print ("Matching addresses in the mu database:\n");
break;
default:
break;

View File

@ -191,6 +191,7 @@ test_mu_cfind_mutt_ab (void)
NULL, NULL));
g_assert_cmpstr (output,
==,
"Matching addresses in the mu database:\n"
"hk@testmu.xxx\tHelmut Kröger\t\n"
"testmu@testmu.xx\t\t\n");
g_free (cmdline);