https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35659 Matthias Meusburger <matthias.meusburger@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #86 from Matthias Meusburger <matthias.meusburger@biblibre.com> --- Hi Tuxayo! I updated the DBIC patch. It it still needed for the additional koha_object_class and koha_objects_class functions in Koha/Schema/Result/OaiServer.pm, which are not auto-generated. After applying the patches on main, I can successfully run: kohadev-koha@kohadevbox:koha(BZ35659)$ qa -c 7 [...] Running tests (2) * Proving /kohadevbox/koha/t/db_dependent/Koha/OAIHarvester.t OK! * Proving /kohadevbox/koha/t/db_dependent/Koha/OAIServers.t OK! Running 'prove' however shows the following problem: t/00-check-atomic-updates.t ................. 1/? # Failed test 'check for unhandled atomic updates: Bug-35659.pl' This is the following test: unlike( $f, qr/.*pl$/, "check for unhandled atomic updates: $f" ); It checks that the atomic update file ends with .pl, and my file does. What am I missing here? -- You are receiving this mail because: You are watching all bug changes.