summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDiane Trout <diane@ghic.org>2016-01-09 22:54:39 -0800
committerDiane Trout <diane@ghic.org>2016-01-09 22:54:39 -0800
commit724c93ec1f45f934c11d01de97c31e14f7066503 (patch)
tree9481f3ebd4502b134c1abf252d9907053edfed94 /tests
parentec2bc5f7281da572b4ba0f91c63c96950811c09f (diff)
Rename a test to avoid a duplicate test error message
Diffstat (limited to 'tests')
-rw-r--r--tests/wocky-porter-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wocky-porter-test.c b/tests/wocky-porter-test.c
index 5d40a39..b89baeb 100644
--- a/tests/wocky-porter-test.c
+++ b/tests/wocky-porter-test.c
@@ -3587,7 +3587,7 @@ main (int argc, char **argv)
g_test_add_func ("/xmpp-porter/unregister-handler",
test_unregister_handler);
g_test_add_func ("/xmpp-porter/handler-bare-jid", test_handler_bare_jid);
- g_test_add_func ("/xmpp-porter/handler-bare-jid", test_handler_full_jid);
+ g_test_add_func ("/xmpp-porter/handler-full-jid", test_handler_full_jid);
g_test_add_func ("/xmpp-porter/handler-stanza", test_handler_stanza);
g_test_add_func ("/xmpp-porter/cancel-sent-stanza",
test_cancel_sent_stanza);