comparison 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
comparison
equal deleted inserted replaced
28083:63fa5bde1bf6 28084:42359a734696
74 74
75 sr = srunner_create (master_suite()); 75 sr = srunner_create (master_suite());
76 76
77 srunner_add_suite(sr, cipher_suite()); 77 srunner_add_suite(sr, cipher_suite());
78 srunner_add_suite(sr, jabber_jutil_suite()); 78 srunner_add_suite(sr, jabber_jutil_suite());
79 srunner_add_suite(sr, yahoo_util_suite());
79 srunner_add_suite(sr, util_suite()); 80 srunner_add_suite(sr, util_suite());
80 81
81 /* make this a libpurple "ui" */ 82 /* make this a libpurple "ui" */
82 purple_check_init(); 83 purple_check_init();
83 84