http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6281
Chris Cormack <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #14 from Chris Cormack <[email protected]> --- not ok 10 - LC call numbers sorted in correct order # Failed test 'LC call numbers sorted in correct order' # at t/ClassSortRoutine_LCC.t line 45. # Structures begin differing at: # $got->[1] = 'QC145.45 .H4 D65 1998' # $expected->[1] = 'QC145 .A57 V.12 1980' # Looks like you failed 1 test of 10. With the new tests, before the patch is applied we can see it is sorting improperly. After the second patch, we fail because of a missing dependency Installing the module liblibrary-callnumber-lc-perl in debian and running the tests We now pass all 10 The last patch adds the dependency. Patches pass all other QA tests, -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
