https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36093 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #5 from Jonathan Druart <jonathan.druart@gmail.com> --- 1. You are not supposed to tidy the whole pm to make the QA tests pass 2. Why do you set date_uploaded in the tests, that's not needed. 3. + Koha::ERM::EUsage::MonthlyUsages->search->delete; You should not need to remove data before tests. You can count how many are there before the tests then do a sum. -- You are receiving this mail because: You are watching all bug changes.