r66724 - in /trunk/libnet-mac-perl/debian: changelog patches/ patches/series patches/test_fix.patch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Dec 31 15:52:23 UTC 2010


Author: periapt-guest
Date: Fri Dec 31 15:52:12 2010
New Revision: 66724

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66724
Log:
Added patch for failed test

Added:
    trunk/libnet-mac-perl/debian/patches/
    trunk/libnet-mac-perl/debian/patches/series
    trunk/libnet-mac-perl/debian/patches/test_fix.patch
Modified:
    trunk/libnet-mac-perl/debian/changelog

Modified: trunk/libnet-mac-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-mac-perl/debian/changelog?rev=66724&op=diff
==============================================================================
--- trunk/libnet-mac-perl/debian/changelog (original)
+++ trunk/libnet-mac-perl/debian/changelog Fri Dec 31 15:52:12 2010
@@ -18,6 +18,7 @@
   * New upstream release
   * Upped standards version to 3.9.1
   * Removed 'Perl' from short description
+  * Added patch for failed test
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Fri, 31 Dec 2010 13:55:23 +0000
 

Added: trunk/libnet-mac-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-mac-perl/debian/patches/series?rev=66724&op=file
==============================================================================
--- trunk/libnet-mac-perl/debian/patches/series (added)
+++ trunk/libnet-mac-perl/debian/patches/series Fri Dec 31 15:52:12 2010
@@ -1,0 +1,1 @@
+test_fix.patch

Added: trunk/libnet-mac-perl/debian/patches/test_fix.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-mac-perl/debian/patches/test_fix.patch?rev=66724&op=file
==============================================================================
--- trunk/libnet-mac-perl/debian/patches/test_fix.patch (added)
+++ trunk/libnet-mac-perl/debian/patches/test_fix.patch Fri Dec 31 15:52:12 2010
@@ -1,0 +1,13 @@
+Subject: test equality failing for some reason
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Last-Update: 2010-12-31
+Forwarded: no
+--- a/t/10_convert_args.t
++++ b/t/10_convert_args.t
+@@ -16,5 +16,5 @@
+ is($mac_bitgroup, '01:ab:01:ab:01:ab', 'convert() using bit_group and default delimiter');
+ 
+ my $mac_bitgroup_delim = $mac->convert(bit_group => 12, delimiter => '-');
+-is($mac_bitgroup_delim, '01a-b01-ab0-1ab', 'convert() using bit_group 12 and hyphen delimiter');
++is($mac_bitgroup_delim->get_mac, '01a-b01-ab0-1ab', 'convert() using bit_group 12 and hyphen delimiter');
+ 




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