[totem-pl-parser/gnome-2-28] Add test case for hacker medley RSS crasher
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-pl-parser/gnome-2-28] Add test case for hacker medley RSS crasher
- Date: Wed, 28 Apr 2010 15:13:34 +0000 (UTC)
commit 018075b34fbb4dbdf83237cdcc776f6d307e18c3
Author: Bastien Nocera <hadess hadess net>
Date: Wed Apr 28 16:09:42 2010 +0100
Add test case for hacker medley RSS crasher
plparse/tests/Makefile.am | 3 ++-
plparse/tests/parser.c | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/plparse/tests/Makefile.am b/plparse/tests/Makefile.am
index f6d97ae..f9bf07f 100644
--- a/plparse/tests/Makefile.am
+++ b/plparse/tests/Makefile.am
@@ -53,5 +53,6 @@ EXTRA_DIST = \
single-line.qtl \
pukas.wax \
asf-with-asx-suffix.asx \
- remote_xspf.php
+ remote_xspf.php \
+ HackerMedley
diff --git a/plparse/tests/parser.c b/plparse/tests/parser.c
index dac0bd0..ab16d73 100644
--- a/plparse/tests/parser.c
+++ b/plparse/tests/parser.c
@@ -198,8 +198,9 @@ test_parsability (void)
{ "file:///tmp/file_doesnt_exist.wmv", FALSE, FALSE },
{ "http://live.hujjat.org:7860/main", FALSE, TRUE },
{ "http://www.comedycentral.com/sitewide/media_player/videoswitcher.jhtml?showid=934&category=/shows/the_daily_show/videos/headlines&sec=videoId%3D36032%3BvideoFeatureId%3D%3BpoppedFrom%3D_shows_the_daily_show_index.jhtml%3BisIE%3Dfalse%3BisPC%3Dtrue%3Bpagename%3Dmedia_player%3Bzyg%3D%27%2Bif_nt_zyg%2B%27%3Bspan%3D%27%2Bif_nt_span%2B%27%3Bdemo%3D%27%2Bif_nt_demo%2B%27%3Bbps%3D%27%2Bif_nt_bandwidth%2B%27%3Bgateway%3Dshows%3Bsection_1%3Dthe_daily_show%3Bsection_2%3Dvideos%3Bsection_3%3Dheadlines%3Bzyg%3D%27%2Bif_nt_zyg%2B%27%3Bspan%3D%27%2Bif_nt_span%2B%27%3Bdemo%3D%27%2Bif_nt_demo%2B%27%3Bera%3D%27%2Bif_nt_era%2B%27%3Bbps%3D%27%2Bif_nt_bandwidth%2B%27%3Bfla%3D%27%2Bif_nt_Flash%2B%27&itemid=36032&clip=com/dailyshow/headlines/10156_headline.wmv&mswmext=.asx", TRUE, TRUE },
+ { TEST_SRCDIR "HackerMedley", TRUE, FALSE }, /* From https://bugzilla.redhat.com/show_bug.cgi?id=582850 and http://feeds.feedburner.com/HackerMedley */
{ NULL, FALSE, FALSE }
- };
+ };
/* Loop through the list, downloading the URIs and checking for parsability */
for (i = 0; files[i].uri != NULL; ++i) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]