Bug 15947: move SIPILS.t to DB-dependent test directory
authorGalen Charlton <gmcharlt@gmail.com>
Tue, 1 Mar 2016 13:51:56 +0000 (13:51 +0000)
committerJulian Maurice <julian.maurice@biblibre.com>
Mon, 7 Mar 2016 10:36:58 +0000 (11:36 +0100)
commitc19b7266d9eeed4b9773f391581ad3146145cd44
treeea9c6b88ca955774d0721b2506be84da53b136aa
parentd20117fddee5ee9c492dddd2e58db45500a0e146
Bug 15947: move SIPILS.t to DB-dependent test directory

SIPILS.t requires an active koha-conf.xml to pass,
and consequently is moved to t/db_dependent so that
'make test' can succeed.

To test
-------
[1] Unset KOHA_CONF and either do a make test or a
    prove -v t/SIPILS.t.  Note that the tests fail.
[2] Apply the patch and run make test again; this time,
    the test suite should pass.
[3] Verify that with KOHA_CONF *set*,
    prove -v t/db_dependent/SIPILS.t passes.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
(cherry picked from commit ffda0166cf184c9b2e38d3652700f00a89484e80)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
t/SIPILS.t [deleted file]
t/db_dependent/SIPILS.t [new file with mode: 0755]