Bug 18766: Remove itemtype-related warnings from ArticleRequests.t
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 9 Jun 2017 13:46:49 +0000 (10:46 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 12 Jun 2017 09:59:19 +0000 (11:59 +0200)
commit403269408e579f4d677db1c932a1b86e8178c3c8
tree8a0b1964f6426be4bddb503927aa5245f49f2fa3
parent81f849d6da8c42983eaaee6113fd1255c4b841b1
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@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit e426da4e009ce63c10923eaddd1ca271dca8005e)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
t/db_dependent/ArticleRequests.t