[Koha-bugs] [Bug 6281] Bug in LCC sort routine

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jun 8 06:12:52 CEST 2013


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

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris at bigballofwax.co.nz

--- Comment #14 from Chris Cormack <chris at bigballofwax.co.nz> ---
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.


More information about the Koha-bugs mailing list