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

(-)a/t/db_dependent/Suggestions.t (-3 / +2 lines)
Lines 18-24 Link Here
18
use Modern::Perl;
18
use Modern::Perl;
19
19
20
use DateTime::Duration;
20
use DateTime::Duration;
21
use Test::More tests => 106;
21
use Test::More tests => 107;
22
use Test::Warn;
22
use Test::Warn;
23
23
24
use t::lib::Mocks;
24
use t::lib::Mocks;
Lines 668-673 subtest 'Suggestion with ISBN' => sub { Link Here
668
668
669
    my ($author_tag, $author_subfield) = C4::Biblio::GetMarcFromKohaField('biblio.author', '');
669
    my ($author_tag, $author_subfield) = C4::Biblio::GetMarcFromKohaField('biblio.author', '');
670
    is($record->field( $author_tag), undef, "Record from suggestion author should be emtpy");
670
    is($record->field( $author_tag), undef, "Record from suggestion author should be emtpy");
671
}
671
};
672
672
673
$schema->storage->txn_rollback;
673
$schema->storage->txn_rollback;
674
- 

Return to bug 30195