Bug 14598: [QA Follow-up] Small changes
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 28 Oct 2016 07:54:20 +0000 (09:54 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 28 Oct 2016 11:29:59 +0000 (11:29 +0000)
commit3660c451a36db128c143b6388d0d1f34babff4ac
treef2332e22657b71e37068779e893f2f80aa63dc90
parentec96a0cb3f25f53fbe14f6c93a8d28b48d3b7286
Bug 14598: [QA Follow-up] Small changes

[1] Renames the dbrev version to XXX; adding a my for $sth, although
    not strictly necessary it feels better.
[2] Circulation.t stumbles over:
    Undefined subroutine &C4::Circulation::GetItem called at ... line 1283.
    Somehow this is related to use_ok instead of a regular use.
    Worked around this by require_ok and adding a regular use.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
installer/data/mysql/updatedatabase.pl
t/db_dependent/Circulation.t