http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5683 stephane.delaune@biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stephane.delaune@biblibre.c | |om --- Comment #6 from stephane.delaune@biblibre.com 2011-04-07 09:25:23 UTC --- perl t/db_dependent/Biblio.t 1..6 ok 1 - use C4::Biblio; ok 2 - Makes sure title field in biblio is empty. This does not passes its tests not ok 3 - uses ModBiblio to add a title to the previously created record and checks that its there. # Failed test 'uses ModBiblio to add a title to the previously created record and checks that its there.' # at t/db_dependent/Biblio.t line 30. # got: undef # expected: 'Foundation' not ok 4 - Makes sure the isbn is still there after using ModBiblio. # Failed test 'Makes sure the isbn is still there after using ModBiblio.' # at t/db_dependent/Biblio.t line 31. # got: undef # expected: '0590353403' not ok 5 - First test of GetBiblioItemData to get same result of previous two GetBiblioData tests. # Failed test 'First test of GetBiblioItemData to get same result of previous two GetBiblioData tests.' # at t/db_dependent/Biblio.t line 34. # got: undef # expected: 'Foundation' not ok 6 - Second test checking it returns the correct isbn. # Failed test 'Second test checking it returns the correct isbn.' # at t/db_dependent/Biblio.t line 35. # got: undef # expected: '0590353403' # Looks like you failed 4 tests of 6. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.