http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7215 --- Comment #8 from Chris Cormack <chris@bigballofwax.co.nz> 2011-12-12 17:58:12 UTC --- This is currently breaking the unit tests Testing Layout->new() method. # Failed test at t/db_dependent/Labels/t_Layout.t line 51. # Structures begin differing at: # $got->{format_string} = 'title, author, isbn, issn, itemtype, barcode, itemcallnumber' # $expected->{format_string} = 'title, author, isbn, issn, itemtype, barcode, callnumber' # New layout object FAILED to verify. # Testing Layout->get_attr() method. # Failed test at t/db_dependent/Labels/t_Layout.t line 55. # Layout->get_attr() FAILED on attribute format_string. Are the 2 failed tests. Looks like the tests weren't updated when the functionality was changed. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.