https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #34 from Tomás Cohen Arazi <tomascohen@gmail.com> --- The changes I made make it only consider the plugins in t/lib/Koha/Plugin, instead of taking those and also any installed plugin into account (so tests don't depend on setup/env). But I still cannot get the rollback to be effective. Symptom:
DELETE FROM plugin_methods; k$ prove t/db_dependent/Plugins.t SELECT * FROM plugin_methods; => FAIL: methods from the test plugins.
-- You are receiving this mail because: You are watching all bug changes.