1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Author: Ryan Niebur <ryan@debian.org>
Subject: that file is removed, so skip the test
Reviewed-by: Nicholas Bamber <nicholas@periapt.co.uk>
Last-Update: 2011-07-17
Forwarded: not-needed
--- a/t/13-category-hash-bug.t
+++ b/t/13-category-hash-bug.t
@@ -3,6 +3,7 @@
eval { require XML::RSS::LibXML };
plan skip_all => "XML::RSS::LibXML is required." if $@;
+plan skip_all => "category-bug.xml does not exist" if(! -f "t/samples/category-bug.xml");
plan tests => 20;
|