* unit tests: updated for other changes
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user