diff -r 3a32622cd352 -r 172e19e2289e libpurple/tests/test_yahoo_util.c
--- a/libpurple/tests/test_yahoo_util.c Fri Jan 10 21:33:36 2014 -0800
+++ b/libpurple/tests/test_yahoo_util.c Fri Jan 10 21:37:28 2014 -0800
@@ -55,8 +55,8 @@
yahoo_codes_to_html("\x1B[1mbold \x1B[2mbolditalic \x1B[4mbolditalicunderline\x1B[x1m italicunderline"));
/* link */
- assert_string_equal_free("http://pidgin.im/",
- yahoo_codes_to_html("\x1B[lmhttp://pidgin.im/\x1B[xlm"));
+ assert_string_equal_free("https://pidgin.im/",
+ yahoo_codes_to_html("\x1B[lmhttps://pidgin.im/\x1B[xlm"));
#ifdef USE_CSS_FORMATTING
/* font color */
@@ -150,13 +150,13 @@
yahoo_html_to_codes("bold bolditalic italicunderline"));
/* link */
- assert_string_equal_free("http://pidgin.im/",
- yahoo_html_to_codes("http://pidgin.im/"));
+ assert_string_equal_free("https://pidgin.im/",
+ yahoo_html_to_codes("https://pidgin.im/"));
assert_string_equal_free("mark@example.com",
yahoo_html_to_codes("mark@example.com"));
#if 0
- assert_string_equal_free("Pidgin (http://pidgin.im/)",
- yahoo_html_to_codes("Pidgin"));
+ assert_string_equal_free("Pidgin (https://pidgin.im/)",
+ yahoo_html_to_codes("Pidgin"));
#endif
/* font nothing */