Modified webpage: now tinymail repository is in gitorious.
[modest] / tests / dbus_api / test_compose_mail.c
index 9d3d88c..a855675 100644 (file)
@@ -18,11 +18,13 @@ int main(int argc, char *argv[])
        
        /* Call the function in libmodest-dbus-client: */
        
-       attachments = g_slist_append(attachments, "file:///usr/include/math.h,file:///usr/include/glib-2.0/glib.h");
+       attachments = g_slist_append(attachments, "file:///usr/include/math.h");
+       attachments = g_slist_append(attachments, "file:///usr/include/glib-2.0/glib.h");
+       attachments = g_slist_append(attachments, "file:///tmp/file,coma.txt");
        
        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 */