From a903c610621366f6b7564253702d8918505e039f Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 1 Mar 2016 13:51:56 +0000 Subject: [PATCH] Bug 15947: move SIPILS.t to DB-dependent test directory Content-Type: text/plain; charset=utf-8 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 Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy --- t/{ => db_dependent}/SIPILS.t | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename t/{ => db_dependent}/SIPILS.t (100%) diff --git a/t/SIPILS.t b/t/db_dependent/SIPILS.t similarity index 100% rename from t/SIPILS.t rename to t/db_dependent/SIPILS.t -- 1.7.10.4