[totem-pl-parser/wip/hadess/split-tests] tests: Disable text/plain podcast test
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-pl-parser/wip/hadess/split-tests] tests: Disable text/plain podcast test
- Date: Mon, 3 Jan 2022 14:10:42 +0000 (UTC)
commit 129ea22409dbdb020afd622f5c5df4b0d8304a9c
Author: Bastien Nocera <hadess hadess net>
Date: Mon Jan 3 15:10:12 2022 +0100
tests: Disable text/plain podcast test
The server was migrated and fixed.
plparse/tests/podcast.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/plparse/tests/podcast.c b/plparse/tests/podcast.c
index dee3d66..1e0764f 100644
--- a/plparse/tests/podcast.c
+++ b/plparse/tests/podcast.c
@@ -460,6 +460,7 @@ test_parsing_feed_genres (void)
g_free (uri);
}
+# if 0
static void
test_xml_is_text_plain (void)
{
@@ -474,6 +475,7 @@ test_xml_is_text_plain (void)
result = simple_parser_test ("http://leoville.tv/podcasts/floss.xml");
g_assert_cmpint (result, ==, TOTEM_PL_PARSER_RESULT_SUCCESS);
}
+#endif
static void
test_compressed_content_encoding (void)
@@ -613,7 +615,8 @@ main (int argc, char *argv[])
g_test_add_func ("/parser/image_link", test_image_link);
g_test_add_func ("/parser/no_url_podcast", test_no_url_podcast);
- g_test_add_func ("/parser/xml_is_text_plain", test_xml_is_text_plain);
+ /* Disabled as the HTTP server was fixed
+ g_test_add_func ("/parser/xml_is_text_plain", test_xml_is_text_plain); */
g_test_add_func ("/parser/compressed_content_encoding", test_compressed_content_encoding);
g_test_add_func ("/parser/parsing/xml_head_comments", test_parsing_xml_head_comments);
g_test_add_func ("/parser/parsing/xml_comment_whitespace", test_parsing_xml_comment_whitespace);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]