[Koha-bugs] [Bug 29697] Replace GetMarcBiblio occurrences with $biblio->metadata->record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 8 15:31:00 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29697

--- Comment #127 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
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.


More information about the Koha-bugs mailing list