summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-03-02 15:00:30 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-03-03 17:21:50 +0000
commit98111e64216f98434dd09e7b9e1c4ed8e0ab8520 (patch)
tree6ac9040b43bf2c5a345fe15daebe2108156e04b9 /tests
parent0a7538e718f2eb88a55374c6bb84082475ea1ddb (diff)
Rename send-iq-error test to error-while-sending-iq
This is a clearer name for this test case, and also doesn't clash with a test I'm adding.
Diffstat (limited to 'tests')
-rw-r--r--tests/wocky-porter-test.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/wocky-porter-test.c b/tests/wocky-porter-test.c
index e75087b..16fb96b 100644
--- a/tests/wocky-porter-test.c
+++ b/tests/wocky-porter-test.c
@@ -1678,7 +1678,7 @@ test_send_iq_error_cb (GObject *source,
}
static void
-test_send_iq_error (void)
+test_error_while_sending_iq (void)
{
test_data_t *test = setup_test ();
WockyStanza *iq;
@@ -2930,7 +2930,8 @@ main (int argc, char **argv)
g_test_add_func ("/xmpp-porter/send-iq", test_send_iq);
g_test_add_func ("/xmpp-porter/acknowledge-iq", test_acknowledge_iq);
g_test_add_func ("/xmpp-porter/send-iq-denormalised", test_send_iq_abnormal);
- g_test_add_func ("/xmpp-porter/send-iq-error", test_send_iq_error);
+ g_test_add_func ("/xmpp-porter/error-while-sending-iq",
+ test_error_while_sending_iq);
g_test_add_func ("/xmpp-porter/handler-filter", test_handler_filter);
g_test_add_func ("/xmpp-porter/send-invalid-iq", test_send_invalid_iq);
g_test_add_func ("/xmpp-porter/handler-filter-from",