[libgdata] youtube: Fix HTTP/HTTPS in a string comparison in a test



commit cddb3f1c41d46b311ff59a4725a4bd1322e19561
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun Sep 30 10:40:04 2012 +0100

    youtube: Fix HTTP/HTTPS in a string comparison in a test
    
    Google have been fiddling with the URIs again, for the better.

 gdata/tests/youtube.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdata/tests/youtube.c b/gdata/tests/youtube.c
index 0ef3b7f..819a50e 100644
--- a/gdata/tests/youtube.c
+++ b/gdata/tests/youtube.c
@@ -1526,7 +1526,7 @@ assert_comments_equal (GDataComment *new_comment, GDataYouTubeComment *original_
 	author = GDATA_AUTHOR (authors->data);
 
 	g_assert_cmpstr (gdata_author_get_name (author), ==, "GDataTest");
-	g_assert_cmpstr (gdata_author_get_uri (author), ==, "http://gdata.youtube.com/feeds/api/users/GDataTest";);
+	g_assert_cmpstr (gdata_author_get_uri (author), ==, "https://gdata.youtube.com/feeds/api/users/GDataTest";);
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]