Koha/t/db_dependent/api/v1
Tomas Cohen Arazi 41abacfbaa
Bug 24232: Regression tests
This patch enhances the tests for the DELETE /biblios/:biblio_id
endpoint so more fine grained permissions are tested.

It highlights the fact that the required permissions defined on the spec
are not correcttly defined.

To test:
1. Run:
   $ kshell
  k$ prove t/db_dependent/api/v1/biblios.t
=> FAIL: Tests fail because the user (that now has subpermissions only)
does not have enough permissions for a non-existent subpermission

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2019-12-20 12:07:09 +00:00
..
acquisitions_funds.t Bug 23843: Make funds endpoint tests more robust 2019-10-23 18:02:47 +01:00
acquisitions_vendors.t Bug 23858: (follow-up) Return code fix 2019-10-28 12:36:46 +00:00
auth.t
auth_authenticate_api_request.t
auth_basic.t
biblios.t Bug 24232: Regression tests 2019-12-20 12:07:09 +00:00
checkouts.t Bug 17005: Test for checked_in parameter 2019-10-08 14:33:39 +01:00
cities.t Bug 23859: Update tests to new style 2019-11-01 08:48:18 +00:00
clubs_holds.t Bug 19618: Add tests 2019-10-01 08:05:58 +01:00
holds.t Bug 23710: (follow-up) Add tests for new features in Koha::REST::V!::Holds::add and return error when hold date in future is not allowed and it is passed as parameter 2019-10-07 13:00:17 +01:00
illrequests.t
items.t Bug 23667: Add route to GET /items 2019-10-29 12:20:35 +00:00
libraries.t
oauth.t Bug 23146: Unit tests 2019-06-24 16:05:24 +01:00
patrons.t Bug 23860: Update tests to new style 2019-11-01 08:48:39 +00:00
patrons_accounts.t Bug 23805: Update 'Pay' to 'PAYMENT' for consistency 2019-10-24 17:35:20 +01:00
patrons_password.t
return_claims.t Bug 14697: (QA follow-up) Organize tests in subtests 2019-10-31 12:05:14 +00:00
stockrotationstage.t