* test-mu-query.c: add some test cases

This commit is contained in:
Dirk-Jan C. Binnema 2010-01-31 17:37:14 +02:00
parent 3c74b9aa6e
commit a5ea077357
1 changed files with 3 additions and 1 deletions

View File

@ -88,7 +88,9 @@ test_mu_query_01 (void)
{ "subject:elisp", 1 },
{ "html", 4 },
{ "html AND contains", 1 },
{ "from:pepernoot", 0 },
{ "from:pepernoot", 0 },
{ "p:cur", 6 },
{ "path:new", 4 }
};