* 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

@ -183,7 +183,12 @@ test_mu_query_04 (void)
{ "t:bilbo@anotherexample.com", 1},
{ "t:bilbo", 1},
{ "f:bilbo", 0},
{ "baggins", 1}
{ "baggins", 1},
{ "prio:high", 1},
{ "prio:normal", 3},
{ "prio:h", 1},
{ "prio:l", 7},
{ "not prio:l", 4}
};
xpath = fill_database ();