about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-27 23:42:27 +0100
committerJames Booth <boothj5@gmail.com>2015-05-27 23:42:27 +0100
commit0c99dc7ad60843aa7719a9c75aa701e3c86720da (patch)
tree3856691f7ab109dacddd27d62876271920249a73
parent5aab876ab547b1e8d534eab022cf17139415bf9d (diff)
downloadprofani-tty-0c99dc7ad60843aa7719a9c75aa701e3c86720da.tar.gz
Changed id in ping test
-rw-r--r--stabbertests/test_connect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stabbertests/test_connect.c b/stabbertests/test_connect.c
index 554cc511..6f145dd5 100644
--- a/stabbertests/test_connect.c
+++ b/stabbertests/test_connect.c
@@ -184,12 +184,12 @@ responds_to_ping(void **state)
     assert_true(prof_output("stabber@localhost logged in successfully"));
 
     stbbr_send(
-        "<iq id=\"ping1\" type=\"get\" to=\"stabber@localhost/profanity\" from=\"localhost\">"
+        "<iq id=\"pingtest1\" type=\"get\" to=\"stabber@localhost/profanity\" from=\"localhost\">"
             "<ping xmlns=\"urn:xmpp:ping\"/>"
         "</iq>"
     );
 
     assert_true(stbbr_received(
-        "<iq id=\"ping1\" type=\"result\" from=\"stabber@localhost/profanity\" to=\"localhost\"/>"
+        "<iq id=\"pingtest1\" type=\"result\" from=\"stabber@localhost/profanity\" to=\"localhost\"/>"
     ));
 }