[libgdata] tests: Temporarily relax requirements on <feed/title> element
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata] tests: Temporarily relax requirements on <feed/title> element
- Date: Thu, 5 Jul 2012 20:46:40 +0000 (UTC)
commit 49ff505cb84341ecd0ae89f25a16cb8e01722311
Author: Philip Withnall <philip tecnocode co uk>
Date: Thu Jul 5 21:40:07 2012 +0100
tests: Temporarily relax requirements on <feed/title> element
See previous commit (faa7fe461032a3cb6b7a35fc6465bed53c695b70).
Helps: https://bugzilla.gnome.org/show_bug.cgi?id=679072
gdata/tests/general.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/gdata/tests/general.c b/gdata/tests/general.c
index 826c5c1..aff6bbc 100644
--- a/gdata/tests/general.c
+++ b/gdata/tests/general.c
@@ -812,7 +812,12 @@ test_feed_error_handling (void)
/* title */
TEST_XML_ERROR_HANDLING ("<title>First title</title><title>Second title</title>"); /* duplicate title */
+#if 0
+ /* FIXME: Removed due to the YouTube comments feed not being a valid Atom feed.
+ * See: https://code.google.com/p/gdata-issues/issues/detail?id=2908
+ * and: https://bugzilla.gnome.org/show_bug.cgi?id=679072 */
TEST_XML_ERROR_HANDLING ("<id>ID</id><updated>2009-01-25T14:07:37.880860Z</updated>"); /* missing title */
+#endif
/* subtitle */
TEST_XML_ERROR_HANDLING ("<subtitle>First subtitle</subtitle><subtitle>Second subtitle</subtitle>"); /* duplicate subtitle */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]