Koha/t/db_dependent/api/v1
Tomas Cohen Arazi f898cef4f4 Bug 25623: Make sure oauth.t rolls back the db
This patch adds a missing transaction wrapping one of the subtests. This
is probably an oversight when refactoring this file.

To test:
1. Open the patron categories page
2. Run:
   $ kshell
  k$ prove t/db_dependent/api/v1/oauth.t
=> SUCCESS: Tests pass
3. Reload the patron categories page
=> FAIL: There's random data in there
4. Apply this patch and repeat 2
5. Reload the patron categories page
=> SUCCESS: The random data from the previous tests is still there, but
no new random data
=> SUCCESS: Tests still pass
6. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-06-15 11:53:36 +02:00
..
acquisitions_funds.t
acquisitions_orders.t Bug 25638: Make the tests pass - ignoring the actual issue 2020-06-09 16:15:07 +02:00
acquisitions_vendors.t
advanced_editor_macros.t Bug 25502: Adapt Advanced macros routes to current guidelines 2020-05-19 15:21:16 +01:00
auth.t Bug 25327: Regression tests 2020-05-11 10:02:29 +01:00
auth_authenticate_api_request.t Bug 24003: Regression tests 2020-06-15 10:29:44 +02:00
auth_basic.t Bug 24003: Regression tests 2020-06-15 10:29:44 +02:00
biblios.t
checkouts.t
cities.t
clubs_holds.t
holds.t
illrequests.t
items.t Bug 24229: Avoid fetching ALL items in test 2020-05-22 09:33:18 +01:00
libraries.t
oauth.t Bug 25623: Make sure oauth.t rolls back the db 2020-06-15 11:53:36 +02:00
patrons.t
patrons_accounts.t
patrons_password.t
return_claims.t
stockrotationstage.t