X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=tests%2Fcheck_account-mgr.c;h=5d79976b53f7d2a09b8f417dd4adbaaebba78841;hp=1cd8d080c2e9f5c663db3e0b43a135bbabbaadbc;hb=0e377cfc61f7e67a47e50096e1ad4a3dead53731;hpb=7df0c91ceb0b50d52477369d559e4f202ba44c8b diff --git a/tests/check_account-mgr.c b/tests/check_account-mgr.c index 1cd8d08..5d79976 100644 --- a/tests/check_account-mgr.c +++ b/tests/check_account-mgr.c @@ -132,13 +132,13 @@ START_TEST (test_add_exists_remove_account_regular) /* Test 2b */ gchar *account_name_from_recipient; - account_name_from_recipient = modest_utils_get_account_name_from_recipient ("user@email.com"); + account_name_from_recipient = modest_utils_get_account_name_from_recipient ("user@email.com", NULL); fail_unless (account_name_from_recipient != NULL, "modest_utils_get_account_name_from_recipient failed: "\ "From user@email.com should match account"); /* Test 2c */ - account_name_from_recipient = modest_utils_get_account_name_from_recipient ("egg@egg.com"); + account_name_from_recipient = modest_utils_get_account_name_from_recipient ("egg@egg.com", NULL); fail_unless (account_name_from_recipient == NULL, "modest_utils_get_account_name_from_recipient failed: "\ "From egg@egg.com shouldn't match account");