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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 9 Jun 2017 13:50:53 +0000 (10:50 -0300)
commite426da4e009ce63c10923eaddd1ca271dca8005e
tree55a5a31c81db7a00f6275616bebd6202687ca91e
parentfcec2c71b4e362ffa7e1a443cdff9ace91761b9d
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>
t/db_dependent/ArticleRequests.t