From: Kurt Zeilenga Date: Fri, 31 Dec 2004 04:32:49 +0000 (+0000) Subject: Move test.schema to tests/data X-Git-Tag: OPENLDAP_REL_ENG_2_3_0ALPHA~3^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ea0f0cd0bd39a0adca1fb326509817952809e91;p=thirdparty%2Fopenldap.git Move test.schema to tests/data --- diff --git a/tests/data/slapd-component.conf b/tests/data/slapd-component.conf index 1d52888a2b..5c1739d178 100644 --- a/tests/data/slapd-component.conf +++ b/tests/data/slapd-component.conf @@ -15,12 +15,12 @@ ## . include ./schema/core.schema -include ./schema/test.schema include ./schema/cosine.schema include ./schema/inetorgperson.schema include ./schema/openldap.schema include ./schema/nis.schema +include ./testdata/test.schema include ./testdata/ditcontentrules.conf pidfile ./testrun/slapd.1.pid diff --git a/servers/slapd/schema/test.schema b/tests/data/test.schema similarity index 100% rename from servers/slapd/schema/test.schema rename to tests/data/test.schema