* unit tests: updated for other changes

This commit is contained in:
Dirk-Jan C. Binnema
2010-11-21 15:41:25 +02:00
parent f114d2f511
commit 085d0732c1
5 changed files with 12 additions and 8 deletions

View File

@ -148,11 +148,10 @@ test_mu_find_02 (void)
search ("bull m:foo", 0);
search ("bull m:/foo", 1);
search ("bull m:/Foo", 1);
search ("bull flags:a", 1);
search ("bull flag:a", 1);
search ("g:x", 0);
search ("flags:encrypted", 0);
search ("flags:attach", 1);
search ("flag:encrypted", 0);
search ("flag:attach", 1);
}