https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29697
--- Comment #127 from Jonathan Druart <[email protected]> --- This broke t/db_dependent/Search.t for non-LIGHT_RUN (Koha_Master). The data from koha-misc4dev are not inserted and there are no items in the DB. But those tests expect items with itemnumber=1 and 2. t/db_dependent/Search.t .. # Failed test 'All records have at least one item available' # at t/db_dependent/Search.t line 475. # got: 'false' # expected: 'true' Use of uninitialized value $fw in concatenation (.) or string at t/db_dependent/Search.t line 494. Use of uninitialized value $fw in concatenation (.) or string at t/db_dependent/Search.t line 503. # Failed test ''notforloancount' == 2 (Bug 12419)' # at t/db_dependent/Search.t line 758. # got: '0' # expected: '2' # Looks like you failed 2 tests of 92. t/db_dependent/Search.t .. 1/3 # Failed test 'MARC21 + DOM' # at t/db_dependent/Search.t line 914. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
