Proper logical id for add attachment menu option in editor
[modest] / tests / dbus_api / test_compose_mail.c
index 6751aa1..9abd2ae 100644 (file)
@@ -18,11 +18,11 @@ int main(int argc, char *argv[])
        
        /* Call the function in libmodest-dbus-client: */
        
-       attachments = g_slist_append(attachments, "/usr/include/math.h,/usr/include/malloc.h");
+       attachments = g_slist_append(attachments, "file:///usr/include/math.h,file:///usr/include/glib-2.0/glib.h");
        
        const gboolean ret = libmodest_dbus_client_compose_mail (
                osso_context,
-               "modesttest@openismus.com", /* to */
+               "modesttest@modesttest.com", /* to */
                "cc test", /* cc */
                "bcc test", /* bcc */
                "test subject", /* subject */