* update test cases

This commit is contained in:
djcb
2011-11-24 00:15:21 +02:00
parent ab0a1f4b82
commit 88dac0fc62
4 changed files with 34 additions and 35 deletions

View File

@ -172,7 +172,7 @@ test_mu_str_ascii_xapian_escape (void)
for (i = 0; i != G_N_ELEMENTS(words); ++i) {
gchar *a = g_strdup (words[i].word);
mu_str_ascii_xapian_escape_in_place (a);
mu_str_ascii_xapian_escape_in_place (a, FALSE);
g_assert_cmpstr (a, ==, words[i].esc);
g_free (a);
}