* 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

View File

@ -89,6 +89,8 @@ test_mu_query_01 (void)
{ "html", 4 },
{ "html AND contains", 1 },
{ "from:pepernoot", 0 },
{ "p:cur", 6 },
{ "path:new", 4 }
};