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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 28 Jul 2017 14:23:40 +0000 (11:23 -0300)
commitf49f5a67d3512ea75d92cb551ebd79a9de7e53d7
treed5f846ea10049280c647bf8d6b4470db0ff9a94e
parentac8e39d1e742b196677d395dc89d92848560b903
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: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/Log.t