[libgdata/libgdata-0-6] picasaweb: Fix timestamps in the PicasaWeb tests
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/libgdata-0-6] picasaweb: Fix timestamps in the PicasaWeb tests
- Date: Wed, 29 Sep 2010 12:22:32 +0000 (UTC)
commit 689b3e7566f6c088d03b94da4424a5828918e35c
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 dcdbada..bf8f1ea 100644
--- a/gdata/tests/picasaweb.c
+++ b/gdata/tests/picasaweb.c
@@ -647,7 +647,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 */
@@ -783,7 +783,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]