https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18420 --- Comment #15 from Marc Véron <veron@veron.ch> --- (In reply to Marc Véron from comment #13)
(In reply to Jonathan Druart from comment #12)
t/db_dependent/Acquisition/OrderUsers.t passes for me. Does it pass for you on master?
I tested on a fresh install I made when testing the onboarding tool.
Ahh, fails both with and without patches.
It seemed that the failing test did not roll back the database, so I restored original VM with install mentioned above. OK, found: t/db_dependent/Acquisition/OrderUsers.t line 51 uses EUR as currency but currencies were not yet defined. Applied patches, created currency EUR, prove t/db_dependent/Acquisition/OrderUsers.t, turns green. -- You are receiving this mail because: You are watching all bug changes.