Koha/t/db_dependent/Holds
Tomas Cohen Arazi b74d045435 Bug 17715: Remove itemtype-related t/db_dependent/Holds/RevertWaitingStatus.t warnings
This patch makes t/db_dependent/Holds/RevertWaitingStatus.t create
good sample data for its tests. It does so by creating a random
itemtype.

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

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-12-05 15:30:20 +00:00
..
DisallowHoldIfItemsAvailable.t Bug 15534 [QA Followup] - Remove superfluous lines from unit tests 2016-04-29 10:35:06 +00:00
HoldFulfillmentPolicy.t Bug 15532 [QA Followup] - Remove unused variable 2016-04-29 09:49:07 +00:00
HoldItemtypeLimit.t Bug 15533 - Allow patrons and librarians to select itemtype when placing hold 2016-04-29 10:26:03 +00:00
LocalHoldsPriority.t Bug 17574: Remove itemtype-related warnings from LocalHoldsPriority.t 2016-11-12 02:35:35 +00:00
RevertWaitingStatus.t Bug 17715: Remove itemtype-related t/db_dependent/Holds/RevertWaitingStatus.t warnings 2016-12-05 15:30:20 +00:00