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)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Wed, 2 Mar 2016 22:02:10 +0000 (22:02 +0000)
commitffda0166cf184c9b2e38d3652700f00a89484e80
tree7406edb46e3408fad482b24a759b5d06b74e6278
parent80a71c1689da09c274b5d36f4be335a73b464f1d
 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>
t/SIPILS.t [deleted file]
t/db_dependent/SIPILS.t [new file with mode: 0755]