diff libpurple/tests/check_libpurple.c @ 28084:42359a734696

Add a super simple test for yahoo_codes_to_html(). I'm planning on changing that function to return more standards-compliant HTML (like closing all opening tags, using lowercase tags, etc), and I figured it was wise to have a few unit tests for it
author Mark Doliner <mark@kingant.net>
date Fri, 31 Jul 2009 00:48:16 +0000
parents 6c015d2764d3
children 2da9e4266742
line wrap: on
line diff
--- a/libpurple/tests/check_libpurple.c	Fri Jul 31 00:46:38 2009 +0000
+++ b/libpurple/tests/check_libpurple.c	Fri Jul 31 00:48:16 2009 +0000
@@ -76,6 +76,7 @@
 
 	srunner_add_suite(sr, cipher_suite());
 	srunner_add_suite(sr, jabber_jutil_suite());
+	srunner_add_suite(sr, yahoo_util_suite());
 	srunner_add_suite(sr, util_suite());
 
 	/* make this a libpurple "ui" */