https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24815 --- Comment #13 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Comment on attachment 103560 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103560 Bug 24815: Add additional tests Review of attachment 103560: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=24815&attachment=103560) ----------------------------------------------------------------- ::: t/db_dependent/Koha/Cash/Register.t @@ +249,5 @@
+ # add_cashup should not happen simultaneously with any other action + # that results in an accountline attached to the same cash register. + # In testing, we need to sleep for a second after each action that + # adds to the database. (We cannot use Time::Fake as timestamps are + # being added at the DB level, not in perl.
Hum, double check this, it has been removed previously. -- You are receiving this mail because: You are watching all bug changes.