File: fix-category-test

package info (click to toggle)
libxml-feed-perl 0.48%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 428 kB
  • sloc: perl: 1,027; xml: 606; sh: 48; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (3)
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;