[libgdata] youtube: Fix case of a string in the unit tests



commit be87eb3471b9ae4a9a25842652997be684c71af4
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Aug 21 08:05:57 2012 +0100

    youtube: Fix case of a string in the unit tests
    
    Looks like Google changed how they treat cases of usernames in URIs.

 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 36ba237..0ef3b7f 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), ==, "http://gdata.youtube.com/feeds/api/users/GDataTest";);
 }
 
 static void



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