changeset 27452:2131abd387f9

I thought of another invalid JID. I'm changing jabber_id_new() so that all these tests pass, by the way
author Mark Doliner <mark@kingant.net>
date Fri, 10 Jul 2009 05:40:08 +0000
parents 962ce369fc35
children c6fea4ae68b3
files libpurple/tests/test_jabber_jutil.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/tests/test_jabber_jutil.c	Fri Jul 10 05:26:41 2009 +0000
+++ b/libpurple/tests/test_jabber_jutil.c	Fri Jul 10 05:40:08 2009 +0000
@@ -97,6 +97,7 @@
 	assert_invalid_jid("@gmail.com/Test@12345");
 	assert_invalid_jid("/Test@12345");
 	assert_invalid_jid("mark.doliner@");
+	assert_invalid_jid("mark.doliner/");
 }
 END_TEST