* add new test for non-ascii search

This commit is contained in:
Dirk-Jan C. Binnema 2010-09-04 14:37:19 +03:00
parent c55831f7c7
commit 572da91216
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* /*
** Copyright (C) 2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> ** Copyright (C) 2008-2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
** **
** This program is free software; you can redistribute it and/or modify it ** 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 ** under the terms of the GNU General Public License as published by the

View File

@ -89,7 +89,8 @@ test_mu_query_01 (void)
{ "subject:elisp", 1 }, { "subject:elisp", 1 },
{ "html", 4 }, { "html", 4 },
{ "html AND contains", 1 }, { "html AND contains", 1 },
{ "from:pepernoot", 0 } { "from:pepernoot", 0 },
{ "fünkÿ", 1 }
}; };
xpath = fill_database (); xpath = fill_database ();
g_assert (xpath != NULL); g_assert (xpath != NULL);