aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test11.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test11.c')
-rw-r--r--tests/test11.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test11.c b/tests/test11.c
index cb9ff06f01..3c5fdeb9f4 100644
--- a/tests/test11.c
+++ b/tests/test11.c
@@ -38,7 +38,7 @@ main (int argc, char**argv)
gtk_init (&argc, &argv);
camel_init ();
ex = camel_exception_new ();
- camel_provider_register_as_module ("./libcamelmbox.so.0");
+ camel_provider_register_as_module ("../camel/providers/mbox/.libs/libcamelmbox.so.0");
session = camel_session_new ();
store = camel_session_get_store (session, store_url);
@@ -64,7 +64,7 @@ main (int argc, char**argv)
printf("Search for messages\n");
- matches = camel_folder_search_by_expression (folder, "(match-all (and (header-contains \"subject\" \"terminal\") (header-contains \"subject\" \"patch\")))", ex);
+ matches = camel_folder_search_by_expression (folder, "(or (match-all (header-contains \"subject\" \"term\")) (match-all (header-contains \"subject\" \"gnome\")))", ex);
if (matches) {
GList *n;