Bug 18976: (follow-up) Fix t/db_dependent/Search/History.t cleanup
authorLari Taskula <lari.taskula@jns.fi>
Mon, 24 Jul 2017 15:16:25 +0000 (18:16 +0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 31 Jul 2017 07:21:30 +0000 (09:21 +0200)
commit9dbbb5e290cae722c6c1601897de675897882d6d
tree0613aab2185e7c46b137cb03afa8c949a80fc19c
parent3af7ba521b699c760f5ed6555cc75b7cac7067a4
Bug 18976: (follow-up) Fix t/db_dependent/Search/History.t cleanup

Same problem in t/db_dependent/Search/History.t.

To replicate:
1. Check the row count of borrowers, branches, categories, sessions, sms_providers
   tables
2. prove t/db_dependent/Search/History.t
3. Repeat step 1
4. Observe borrowers the following tables have increased in row count:
   - borrowers
   - branches
   - categories
   - sessions
   - sms_providers

To test:
1. Before applying the patch, go through steps at "To replicate" plan
2. Apply patch
3. Go through steps at "To replicate" plan
4. Observe step 4 no longer applies and those tables have the same number of
   rows as before executing the test.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 6d8b26b01f505771fe0d359d29fff8bc963e5291)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
t/db_dependent/Search/History.t