]> git.koha-community.org Git - koha.git/commit
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)
committerJulian Maurice <julian.maurice@biblibre.com>
Wed, 30 Nov 2016 12:51:09 +0000 (13:51 +0100)
commit0c1201bcce5d6d141658dccd8761c568abc0c795
tree194b09e843d43b9aa019c7fea57e58a3905892ee
parent64e417850da2877ee232e277ce443ccec18e3f11
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>
(cherry picked from commit 3660c451a36db128c143b6388d0d1f34babff4ac)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
installer/data/mysql/updatedatabase.pl
t/db_dependent/Circulation.t