* update unit tests

This commit is contained in:
djcb
2013-05-13 00:04:07 +03:00
parent 5d069e786f
commit 96488f8633
2 changed files with 31 additions and 6 deletions

View File

@ -146,7 +146,7 @@ test_mu_find_01 (void)
search ("f:soc@example.com", 1);
search ("t:alki@example.com", 1);
search ("t:alcibiades", 1);
search ("http-emacs", 1);
search ("http emacs", 1);
search ("f:soc@example.com OR f:john", 2);
search ("f:soc@example.com OR f:john OR t:edmond", 3);
search ("t:julius", 1);