[Koha-bugs] [Bug 18766] ArticleRequests.t raises warnings

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 9 15:49:14 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18766

--- Comment #1 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 64134
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64134&action=edit
Bug 18766: Remove itemtype-related warnings from ArticleRequests.t

This patch fixes a small mistake on that test file (itype vs. itemtype
in itemtypes table)

To test:
- Run:
  $ sudo koha-shell kohadev
 k$ cd kohaclone
 k$ prove t/db_dependent/ArticleRequests.t
=> FAIL: itemtype-related warning displayed
- Apply the patch
- Run
 k$ prove t/db_dependent/ArticleRequests.t
=> SUCCESS: No warnings, YAY!
- Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list