r33531 - in /trunk/libxml-feed-perl/debian/patches: fix-category-test series

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Apr 18 18:26:58 UTC 2009


Author: ryan52-guest
Date: Sat Apr 18 18:26:53 2009
New Revision: 33531

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33531
Log:
fix the test

Added:
    trunk/libxml-feed-perl/debian/patches/fix-category-test
Modified:
    trunk/libxml-feed-perl/debian/patches/series

Added: trunk/libxml-feed-perl/debian/patches/fix-category-test
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/debian/patches/fix-category-test?rev=33531&op=file
==============================================================================
--- trunk/libxml-feed-perl/debian/patches/fix-category-test (added)
+++ trunk/libxml-feed-perl/debian/patches/fix-category-test Sat Apr 18 18:26:53 2009
@@ -1,0 +1,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;
+ 

Modified: trunk/libxml-feed-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/debian/patches/series?rev=33531&op=diff
==============================================================================
--- trunk/libxml-feed-perl/debian/patches/series (original)
+++ trunk/libxml-feed-perl/debian/patches/series Sat Apr 18 18:26:53 2009
@@ -1,1 +1,2 @@
 01_atom_date.patch
+fix-category-test




More information about the Pkg-perl-cvs-commits mailing list