Skip to content
Snippets Groups Projects
Commit 08687ac6 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

tests: Clean up test names


Fix typo while making the test names prettier and less redundant.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
Reviewed-by: default avatarSimon McVittie <simon.mcvittie@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D5868
parent faa5be8a
No related branches found
No related tags found
No related merge requests found
......@@ -313,17 +313,17 @@ main (gint argc, gchar *argv[])
proxy = newport_service_proxy_new_for_bus_sync (
G_BUS_TYPE_SESSION, G_BUS_NAME_WATCHER_FLAGS_NONE, "org.apertis.Newport",
"/org/apertis/Newport/Service", NULL, &error);
g_test_add_func ("/newpot-tests/test_newport_start_download",
g_test_add_func ("/newport-client/start-download",
test_newport_start_download);
g_test_add_func ("/newpot-tests/test_newport_pause_download",
g_test_add_func ("/newport-client/pause-download",
test_newport_pause_download);
g_test_add_func ("/newpot-tests/test_newport_resume_download",
g_test_add_func ("/newport-client/resume-download",
test_newport_resume_download);
g_test_add_func ("/newpot-tests/test_newport_cancel_download",
g_test_add_func ("/newport-client/cancel-download",
test_newport_cancel_download);
g_test_add_func ("/newpot-tests/test_newport_complete_download",
g_test_add_func ("/newport-client/complete-download",
test_newport_complete_download);
g_test_add_func ("/newpot-tests/test_newport_get_download_list",
g_test_add_func ("/newport-client/get-download-list",
test_newport_get_download_list);
ret = g_test_run ();
g_test_dbus_down(test_dbus);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment