Bug 32375: Move t/AuthoritiesMarc_MARC21.t to t/db_dependent
authorDanyon Sewell <danyonsewell@catalyst.net.nz>
Wed, 30 Nov 2022 23:58:02 +0000 (23:58 +0000)
committerArthur Suzuki <arthur.suzuki@biblibre.com>
Wed, 29 Mar 2023 12:19:02 +0000 (14:19 +0200)
commitb72c429a31daeca76a6b3b0fd9f04c0fd279390a
treeabb7962d9425d1bce127c1b98e872201f5581a82
parent339a754cfcbf4c1ae23a10207cebee2eb87ac8bb
Bug 32375: Move t/AuthoritiesMarc_MARC21.t to t/db_dependent

t/AuthoritiesMarc_MARC21.t is now database dependent so it
needs to be in t/db_dependent to pass the tests.

Test plan (using koha-testing-docker):
1. If you run prove t/AuthoritiesMarc_MARC21.t without stopping
   the database, the tests will pass. To get the tests to fail:
   1.1 Stop the database - from a new terminal window run:
       docker stop koha-db-1
   1.2 In your Koha container run: prove t/AuthoritiesMarc_MARC21.t
       ==> The tests fail 8-(
2. Restart the database container from the terminal window you
   stopped it in: docker start koha-db-1
3. Apply the patch in the Koha container as normal.
4. Run: prove t/db_dependent/AuthoritiesMarc_MARC21.t
   ==> The test pass!
5. Sign off D:

Sponsored-by: Catalyst IT
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit 0688e18e624fb40ddc30bab8ec306bf8d8baa798)
Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com>
t/AuthoritiesMarc_MARC21.t [deleted file]
t/db_dependent/AuthoritiesMarc_MARC21.t [new file with mode: 0755]