Advertisement
Guest User

Koha bug 11912

a guest
Mar 13th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. ok 1 - use C4::Biblio;
  2. 1..25
  3. ok 1 - (GetBiblioData) ISBN correctly retireved.
  4. ok 2 - (GetBiblioData) Title field is empty in fresh biblio.
  5. ok 3 - ModBiblio correctly added the title field, and GetBiblioData.
  6. ok 4 - (ModBiblio) ISBN is still there after ModBiblio.
  7. ok 5 - First test of GetBiblioItemData to get same result of previous two GetBiblioData tests.
  8. ok 6 - Second test checking it returns the correct isbn.
  9. ok 7 - ModBiblio handles authority-linked 655
  10. ok 8 - ModBiblio handles 655 with authority link but no heading
  11. ok 9 - ModBiblio handles 655 with no subfields
  12. ok 10 - GetMarcISSN handles records without the ISSN field (list is empty)
  13. ok 11 - GetMarcISSN handles records without the ISSN field (count is 0)
  14. ok 12 - GetMarcISSN handles records with a single ISSN field (first element is correct)
  15. ok 13 - GetMARCISSN handles records with a single ISSN field (count is 1)
  16. ok 14 - GetMARCISSN handles records with multiple ISSN fields (count correct)
  17. ok 15 - GetMarcControlnumber handles records without 001
  18. ok 16 - GetMarcControlnumber handles records with empty 001
  19. ok 17 - GetMarcControlnumber handles records with 001
  20. ok 18 - (GetMarcISBN) The record contains no ISBN
  21. ok 19 - (GetMarcISBN) The record contains one ISBN
  22. Can't use string ("0590353403") as a HASH ref while "strict refs" in use at t/db_dependent/Biblio.t line 168.
  23. # Child (MARC21) exited without calling finalize()
  24. not ok 2 - MARC21
  25. # Failed test 'MARC21'
  26. # at /usr/share/perl/5.14/Test/Builder.pm line 252.
  27. # Looks like you planned 3 tests but ran 2.
  28. # Looks like you failed 1 test of 2 run.
  29. # Looks like your test exited with 255 just after 2.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement