From deef271501954d77383bfda05458c218116b243e Mon Sep 17 00:00:00 2001 From: Duncan Tyler Date: Thu, 15 Dec 2011 16:22:03 +1300 Subject: [PATCH] [SIGNED-OFF] Bug 5327: Moving SIP_ILS.t to db_dependent http://bugs.koha-community.org/show_bug.cgi?id=5327 Signed-off-by: Katrin Fischer --- t/{ => db_dependent}/SIP_ILS.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) rename t/{ => db_dependent}/SIP_ILS.t (94%) diff --git a/t/SIP_ILS.t b/t/db_dependent/SIP_ILS.t similarity index 94% rename from t/SIP_ILS.t rename to t/db_dependent/SIP_ILS.t index 32ec7d4..82cdf52 100755 --- a/t/SIP_ILS.t +++ b/t/db_dependent/SIP_ILS.t @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# This Koha test module is a stub! +# This Koha test module is a stub! # Add more tests here!!! use strict; -- 1.7.5.4