diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-01-31 17:37:14 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-01-31 17:37:14 +0200 |
| commit | a5ea077357dfcf02f6013015794ece101e18a187 (patch) | |
| tree | 1d6a7273a8ebb717aa6a14e8479d8bd8a8b3873c /src/tests | |
| parent | 3c74b9aa6e5166816ca4540b5189f44f3d72ee93 (diff) | |
* test-mu-query.c: add some test cases
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/test-mu-query.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tests/test-mu-query.c b/src/tests/test-mu-query.c index a09ff38..6016991 100644 --- a/src/tests/test-mu-query.c +++ b/src/tests/test-mu-query.c @@ -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 } }; |
