Koha/t/db_dependent/api/v1
Jonathan Druart 7d23692511
Bug 24813: Prevent api/v1/holds.t to fail randomly
Hold cannot be suspended if found=W:
Koha::Hold->suspend_hold
 90     if ( $self->is_found ) {    # We can't suspend found holds

So when TestBuilder generate a hold with found=W the test fail.

A question however:
Why did not we have the correct exception displayed somewhere? That
would be much more helpful to find the problem!

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-03-06 09:58:18 +00:00
..
acquisitions_funds.t
acquisitions_orders.t
acquisitions_vendors.t
auth.t Bug 24369: Add CORS support to the API 2020-03-05 12:59:50 +00:00
auth_authenticate_api_request.t
auth_basic.t
biblios.t
checkouts.t
cities.t
clubs_holds.t
holds.t Bug 24813: Prevent api/v1/holds.t to fail randomly 2020-03-06 09:58:18 +00:00
illrequests.t
items.t
libraries.t
oauth.t
patrons.t
patrons_accounts.t
patrons_password.t
return_claims.t
stockrotationstage.t