diff --git a/src/tests/test-mu-maildir.c b/src/tests/test-mu-maildir.c index 909d0121..1b943662 100644 --- a/src/tests/test-mu-maildir.c +++ b/src/tests/test-mu-maildir.c @@ -1,5 +1,5 @@ /* -** Copyright (C) 2010 Dirk-Jan C. Binnema +** Copyright (C) 2008-2010 Dirk-Jan C. Binnema ** ** This program is free software; you can redistribute it and/or modify it ** under the terms of the GNU General Public License as published by the diff --git a/src/tests/test-mu-query.c b/src/tests/test-mu-query.c index b5162e9b..d9a7893c 100644 --- a/src/tests/test-mu-query.c +++ b/src/tests/test-mu-query.c @@ -89,7 +89,8 @@ test_mu_query_01 (void) { "subject:elisp", 1 }, { "html", 4 }, { "html AND contains", 1 }, - { "from:pepernoot", 0 } + { "from:pepernoot", 0 }, + { "fünkÿ", 1 } }; xpath = fill_database (); g_assert (xpath != NULL);