]> git.koha-community.org Git - koha.git/commit
Bug 18773: Fix failing history.t test
authorMark Tompsett <mtompset@hotmail.com>
Fri, 9 Jun 2017 22:52:17 +0000 (18:52 -0400)
committerMason James <mtj@kohaaloha.com>
Tue, 13 Jun 2017 05:23:21 +0000 (17:23 +1200)
commita8c227c7367ac011409ea4ce2fd425a38ce6f902
tree60316c3b2d5427e64b41817807eb97e62601dd5c
parent76db315669b1d49e204545fa2d255cacfaee1b0b
Bug 18773: Fix failing history.t test

changed get() to get_ok() and increased test count to match.
Now the master build will only fail on search_utf8.t

TEST PLAN
---------
assuming KOHA_CONF is set.
$ export KOHA_INTRANET_URL=...
$ export KOHA_OPAC_URL=...
$ prove -v t/db_dependent/www/history.t

run koha qa test tools

Signed-off-by: Lee Jamison <ldjamison@marywood.edu>
Works correctly using text plan provided and passes QA tools.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Mason James <mtj@kohaaloha.com>
t/db_dependent/www/history.t