File: fix-category-test

package info (click to toggle)
libxml-feed-perl 0.43%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 308 kB
  • ctags: 105
  • sloc: perl: 924; xml: 450; sh: 22; makefile: 16
file content (12 lines) | stat: -rw-r--r-- 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
that file is removed, so skip the test

--- 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;