Bug 15601: Fix TestBuilder tests
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 19 Jan 2016 15:10:42 +0000 (15:10 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Sat, 23 Jan 2016 19:01:41 +0000 (19:01 +0000)
commit31dd225311e9291a920fddbaf8614b30e0cd3790
tree6420525bb5e2967f52a47006c0820bd5ed3d0fb1
parent394d32eb35b96a9025cdd3f01d9881c5999b619a
Bug 15601: Fix TestBuilder tests

Bug 13624 modified the DB structure for overduerules.
The TestBuilder tests (t/db_dependent/TestBuilder.t) based some of its
checks on this structure.

Test plan:
  prove t/db_dependent/TestBuilder.t
Should return green.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
t/db_dependent/TestBuilder.t