https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41311 --- Comment #16 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Causing a test to fail now: kohadev-koha@kohadevbox:koha(main)$ prove -v /kohadevbox/koha/t/db_dependent/Koha/SIP2/SIP2ModuleMigration.t /kohadevbox/koha/t/db_dependent/Koha/SIP2/SIP2ModuleMigration.t .. 1..4 # Subtest: Config from XML matches config from database 1..4 ok 1 - fileSIPconfig->{accounts} has 5 members ok 2 - Database does not yet contain any accounts ok 3 - Database now contains 5 accounts not ok 4 - config from XML file matches config from database # Failed test 'config from XML file matches config from database' # at /kohadevbox/koha/t/db_dependent/Koha/SIP2/SIP2ModuleMigration.t line 90. # Structures begin differing at: # $got->{accounts}{term1}{patron_branchcode_in_ao} = Does not exist # $expected->{accounts}{term1}{patron_branchcode_in_ao} = '0' # Looks like you failed 1 test of 4. not ok 1 - Config from XML matches config from database # Subtest: config_timestamp is updated when database configuration changes 1..3 -- You are receiving this mail because: You are watching all bug changes.