From 572da91216056a7b81b72366b65825b1438f3e13 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 4 Sep 2010 14:37:19 +0300 Subject: [PATCH] * add new test for non-ascii search --- src/tests/test-mu-maildir.c | 2 +- src/tests/test-mu-query.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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);