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 Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
acquisitions_orders.t Bug 22522: Fix several REST API tests 2020-02-25 13:44:22 +00:00
acquisitions_vendors.t Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
auth.t Bug 24369: Add CORS support to the API 2020-03-05 12:59:50 +00:00
auth_authenticate_api_request.t Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
auth_basic.t Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
biblios.t Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
checkouts.t Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
cities.t Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
clubs_holds.t Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
holds.t Bug 24813: Prevent api/v1/holds.t to fail randomly 2020-03-06 09:58:18 +00:00
illrequests.t Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
items.t Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
libraries.t Bug 22522: Fix several REST API tests 2020-02-25 13:44:22 +00:00
oauth.t Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
patrons.t Bug 22522: Fix several REST API tests 2020-02-25 13:44:22 +00:00
patrons_accounts.t Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
patrons_password.t Bug 22522: Fix several REST API tests 2020-02-25 13:44:22 +00:00
return_claims.t Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
stockrotationstage.t Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00