Bug 14598: [QA Follow-up] Small changes
commit8c14c3b32a57fd9a3be4c7e44a79e1a4b8cc8acf
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 28 Oct 2016 07:54:20 +0000 (28 09:54 +0200)
committerMason James <mtj@kohaaloha.com>
Mon, 12 Dec 2016 01:54:11 +0000 (12 14:54 +1300)
tree036000cdebd0d73c765a1eadc80ff17e2bcae7a3
parent9f247faaed3275931222a81f20c007ee07ac2dbd
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: Mason James <mtj@kohaaloha.com>
installer/data/mysql/updatedatabase.pl
t/db_dependent/Circulation.t