View | Details | Raw Unified | Return to bug 14238
Collapse All | Expand All

(-)a/t/Matcher.t (-2 / +3 lines)
Lines 4-10 Link Here
4
4
5
use strict;
5
use strict;
6
use warnings;
6
use warnings;
7
use Test::More tests => 10;
7
use Test::More tests => 11;
8
use Test::MockModule;
8
use Test::MockModule;
9
9
10
BEGIN {
10
BEGIN {
Lines 62-64 is( $testmatcher->code(), 'match on ISBN', 'testing code accessor' ); Link Here
62
$testmatcher->description('match on ISSN');
62
$testmatcher->description('match on ISSN');
63
63
64
is( $testmatcher->description(), 'match on ISSN', 'testing code accessor' );
64
is( $testmatcher->description(), 'match on ISSN', 'testing code accessor' );
65
- 
65
66
is( C4::Matcher::_normalize('(OCoLC)20329436'), '(OCoLC)20329436', 'C4::Matcher::_normalize does not mangle standard OCLC fields' );

Return to bug 14238