Koha/t/db_dependent/Members
Tomas Cohen Arazi 20d38884e8 Bug 17646: Remove itemtype-related IssueSlip.t warnings
This patch makes t/db_dependent/Members/IssueSlip.t create
good sample data for its tests. It does so by creating a random
itemtype.

To test:
- Run
  $ prove t/db_dependent/Members/IssueSlip.t
=> FAIL: lots of warnings about "item-level_itypes set but no itemtype
set for item"
- Apply the patch
- Run:
  $ prove t/db_dependent/Members/IssueSlip.t
=> SUCCESS: Tests are green, and no warnings.
- Sign off :-D

Sponsored-by: ByWater Solutions
Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
All test pass successfuly

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-11-17 11:06:33 +00:00
..
Attributes.t Bug 16504: Add regression tests 2016-06-03 06:34:18 +00:00
GetAllIssues.t Bug 15407: Koha::Patron::Categories - replace C4::Category->all 2016-09-08 13:29:03 +00:00
GetOverdues.t Bug 15407: Koha::Patron::Categories - replace C4::Category->all 2016-09-08 13:29:03 +00:00
GetPendingIssues.t Bug 15407: Koha::Patron::Categories - replace C4::Category->all 2016-09-08 13:29:03 +00:00
GetUpcomingMembershipExpires.t Bug 14834: Make membership_expiry cronjob more flexible 2016-04-29 16:57:51 +00:00
IssueSlip.t Bug 17646: Remove itemtype-related IssueSlip.t warnings 2016-11-17 11:06:33 +00:00
Statistics.t Bug 16443: [QA Follow-up] Add two tests for get_fields 2016-06-10 16:35:10 +00:00