[SCM] Debian packaging of libmarc-xml-perl branch, master, updated. debian/0.93-1-14-gb2f05fe

Florian Schlichting fsfs at debian.org
Fri Mar 29 21:52:00 UTC 2013


The following commit has been merged in the master branch:
commit d761c8b0c7a4df4871a977a2441fce0cf9869c1d
Author: Florian Schlichting <fsfs at debian.org>
Date:   Fri Mar 29 22:46:35 2013 +0100

    refresh suppress_test_warning.patch

diff --git a/debian/patches/suppress_test_warning.patch b/debian/patches/suppress_test_warning.patch
index 1f3f8e5..b7e6d43 100644
--- a/debian/patches/suppress_test_warning.patch
+++ b/debian/patches/suppress_test_warning.patch
@@ -3,7 +3,7 @@ Description: automatic testing shows a strange warning, which is intentional
  .
  Not forwarded, as output seems intentional (might be leftover from
  development, though).
-Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Author: Florian Schlichting <fsfs at debian.org>
 Forwarded: not-needed
 
 --- a/t/error-handling.t
@@ -13,6 +13,6 @@ Forwarded: not-needed
  eval { $r = MARC::Record->new_from_xml($xml, 'UTF-8'); };
  if ($@) {
 -    diag($@);
-     ok($@ =~ /found MARCXML element/, 'failed with sensible exception message');
+     ok($@ =~ /MARCXML document has no record element/, 'failed with sensible exception message');
  } else {
      fail('should have thrown an exception trying to parse XML from t/invalid.xml');

-- 
Debian packaging of libmarc-xml-perl



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