[Koha-bugs] [Bug 8015] Add MARC Modifications Templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 22 14:00:11 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8015

Kyle M Hall <kyle.m.hall at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |Needs Signoff

--- Comment #89 from Kyle M Hall <kyle.m.hall at gmail.com> ---
(In reply to comment #88)
> Kyle, did you have a look at my unit tests?

These are fantastic! Everything passes except the last test for SimpleMARC.t

Also, test 14 has no description.

Thanks for pointing me to your git branch.

ok 1 - use MARC::Field;
ok 2 - use MARC::Record;
ok 3 - use Koha::SimpleMARC;
ok 4 - 650$a exists
ok 5 - 650$b does not exist
ok 6 - 650$a exists, field_exists returns the first one
ok 7 - first 650$a
ok 8 - second 650$a
ok 9 - first 650$a bis
ok 10 - second 650$a bis
ok 11 - There is no 3 650$a
ok 12 - After copy 245$a still exists
ok 13 - 246$a is a new field
ok 14
ok 15 - Copy multivalued field
ok 16 - Copy first field 650$a
ok 17 - Copy second field 650$a
ok 18 - Copy field using regex
ok 19 - Copy fields using regex on existing fields
ok 20 - Copy first field using regex on existing fields without erase existing
values
ok 21 - Copy fields using regex on existing fields without erase existing
values
ok 22 - update existing subfield 952$p
ok 23 - create subfield 952$p
ok 24 - create subfield 952$k on existing 952 field
ok 25 - update all subfields 952$p with the same value
ok 26 - update all subfields 952$p with the different values
ok 27 - copy 952$d into others 952 field
ok 28 - The first 952$c has moved
not ok 29 - Now the second 952$c exists

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list