From a823ef0491a24fa75d6e6e4d2e1344043a68b37b Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Mon, 4 Nov 2013 22:17:46 +0200 Subject: [PATCH] website/arte.lua: Mark as FIXME This has been addressed in the 0.9 series and awaits to be backported. See also: * http://thread.gmane.org/gmane.comp.web.flash.quvi/356 Signed-off-by: Toni Gundogdu --- share/Makefile.am | 2 +- tests/t/expire.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/Makefile.am b/share/Makefile.am index 8f504d0..d4d9af3 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -15,7 +15,6 @@ DIST_lua=\ lua/website/101greatgoals.lua \ lua/website/1tvru.lua \ lua/website/ardmediathek.lua \ - lua/website/arte.lua \ lua/website/audioboo.lua \ lua/website/bbc.lua \ lua/website/bikeradar.lua \ @@ -74,6 +73,7 @@ endif if WITH_FIXME DIST_lua+=\ + lua/website/arte.lua \ lua/website/blip.lua \ lua/website/bloomberg.lua \ lua/website/break.lua \ diff --git a/tests/t/expire.t b/tests/t/expire.t index 9261a82..fb81eb2 100644 --- a/tests/t/expire.t +++ b/tests/t/expire.t @@ -28,7 +28,7 @@ plan skip_all => "LWP::UserAgent required for testing" if $@; use Test::Quvi; my $q = Test::Quvi->new; -#plan skip_all => "FIXME"; +plan skip_all => "FIXME"; plan skip_all => "TEST_SKIP rule" if $q->test_skip("expire"); my $ua = new LWP::UserAgent; -- 2.11.4.GIT