[libgdata] [picasaweb] Fix timestamps in the PicasaWeb tests



commit 082032b23eb167a97c1079399ecd7d7dda7be550
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Aug 11 22:32:55 2010 +0100

    [picasaweb] Fix timestamps in the PicasaWeb tests

 gdata/tests/picasaweb.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdata/tests/picasaweb.c b/gdata/tests/picasaweb.c
index ad6895b..c4c78d1 100644
--- a/gdata/tests/picasaweb.c
+++ b/gdata/tests/picasaweb.c
@@ -663,7 +663,7 @@ test_photo (gconstpointer service)
 
 	gdata_picasaweb_file_get_edited (photo, &_time);
 	str = g_time_val_to_iso8601 (&_time);
-	g_assert_cmpstr (str, ==, "2009-10-17T08:52:18.885000Z");
+	g_assert_cmpstr (str, ==, "2010-05-13T20:45:13.603000Z");
 	g_free (str);
 
 	/* tests */
@@ -802,7 +802,7 @@ test_photo_feed_entry (gconstpointer service)
 
 	gdata_entry_get_updated (photo_entry, &_time);
 	str = g_time_val_to_iso8601 (&_time);
-	g_assert_cmpstr (str, ==, "2009-10-17T08:52:18.885000Z");
+	g_assert_cmpstr (str, ==, "2010-05-13T20:45:13.603000Z");
 	g_free (str);
 
 	gdata_entry_get_published (photo_entry, &_time);



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