]> git.koha-community.org Git - koha.git/commit
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)
committerMason James <mtj@kohaaloha.com>
Wed, 23 Aug 2017 10:22:38 +0000 (22:22 +1200)
commitae4719be08b839fa602c3f1c25628d5a72253a30
tree26a47ea2d5f115d91d95fbc0a10d760f1b467871
parent13c3f47a362bee89ddff6cc542cdd0bf5e98d455
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>
Signed-off-by: Mason James <mtj@kohaaloha.com>
t/db_dependent/Search/History.t