diff -r c2947ee224ca -r 77e5418ff1ba libpurple/tests/test_yahoo_util.c
--- a/libpurple/tests/test_yahoo_util.c Sun Jan 05 17:32:10 2014 +0530
+++ b/libpurple/tests/test_yahoo_util.c Sun Jan 12 16:17:47 2014 +0530
@@ -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 */