Bug 17742: Fix t/db_dependent/Patrons.t
authorJosef Moravec <josef.moravec@gmail.com>
Tue, 6 Dec 2016 21:07:56 +0000 (21:07 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Wed, 28 Dec 2016 13:34:20 +0000 (13:34 +0000)
commit5c2618d653f6a8fe4b220f1ca986c8d6c58264e3
treeca2ce55a90a58d52a4665b327c0e35c296c6d8ee
parentdb592d14bb7a67aeb2cf91ba47b8210c5101dea2
Bug 17742: Fix t/db_dependent/Patrons.t

Moves the getting of testing date for updated_on just after the storing
the test patron data to make the gap between generating data and now
date as short as possible

Fixes test 7

Use Koha::Database instead of C4::Context->dbh

Test plan
1. prove t/db_dependent/Patrons.t
2. read the diff

NOTE: Only minor improvement could be using test builder to
      generate the category and branch codes, rather than assume
      data exists. However, that is beyond scope of this bug.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/Patrons.t