]> git.koha-community.org Git - koha.git/commit
Bug 18991: Fix cleanup in t/db_dependent/Log.t
authorLari Taskula <lari.taskula@jns.fi>
Thu, 27 Jul 2017 14:56:18 +0000 (14:56 +0000)
committerMason James <mtj@kohaaloha.com>
Wed, 23 Aug 2017 10:14:54 +0000 (22:14 +1200)
commitdac5f4bcb85953be5b529796e0596c331a6cf882
treee8bdcdfc85112b4989fafcf6346c52cb50241715
parent8dcb539dfa78f4edc1f420e978e2cf98577a6e81
Bug 18991: Fix cleanup in t/db_dependent/Log.t

There is an action_logs entry via logaction() without transaction to be rolled
back in t/db_dependent/Log.t. This leaves an entry in action_logs after
the test is over.

To replicate:
1. prove t/db_dependent/Log.t
2. Observe a new entry in action_logs table

To test:
1. Apply patch
2. prove t/db_dependent/Log.t
3. Observe there are no new entries in action_logs

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Mason James <mtj@kohaaloha.com>
t/db_dependent/Log.t