X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=tests%2Fdbus_api%2Ftest_open_message.c;h=195b8abb8d127fee896bdbbec1ede292b104514e;hp=e518ddf457cde549fb76c881ef24fc299ccc0e02;hb=abc489ae417414f0698d4b8a988933ac70b635ec;hpb=f0e59e582ece5beef0ddd0e5660bb47051476762 diff --git a/tests/dbus_api/test_open_message.c b/tests/dbus_api/test_open_message.c index e518ddf..195b8ab 100644 --- a/tests/dbus_api/test_open_message.c +++ b/tests/dbus_api/test_open_message.c @@ -18,10 +18,16 @@ main (int argc, char *argv[]) return -1; } + /* For instance, + * "pop://murray.cumming%40gmail.com@pop.gmail.com:995/;use_ssl=wrapped/inbox/GmailId112e166949157685" + */ if (argc == 2) { url = argv[1]; } else { - url = "local://???FIXME???"; + /* TODO: Add some test DBus method to get a valid URL for a message, + * just so we can test this method. */ + g_printerr ("No email URL argument supplied on the command line.\n"); + return -1; } g_print ("Trying to open msg: %s\n", url);