From 36e9ccfca20aaf6a2c612ff06206583c2dda55c6 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Fri, 28 Mar 2008 09:38:22 +0000
Subject: [PATCH] suffix can now import ldif file
---
opendj-sdk/opends/tests/system-tests/scenario/conf.dtd | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/tests/system-tests/scenario/conf.dtd b/opendj-sdk/opends/tests/system-tests/scenario/conf.dtd
index 2d63ccf..e002e11 100755
--- a/opendj-sdk/opends/tests/system-tests/scenario/conf.dtd
+++ b/opendj-sdk/opends/tests/system-tests/scenario/conf.dtd
@@ -56,7 +56,7 @@
<!-- ========== SUFFIX NODE ========================= -->
-<!ELEMENT suffix (topology,tree)>
+<!ELEMENT suffix (topology,ldifFile?,tree?)>
<!ATTLIST suffix
dn CDATA #REQUIRED>
@@ -67,6 +67,7 @@
initRule ( importLdif | totalUpdate ) "importLdif"
instanceSourceName NMTOKEN #IMPLIED>
+ <!ELEMENT ldifFile (#PCDATA)>
<!ELEMENT tree (branch+,subordinateTemplate*)>
<!ATTLIST tree nbOfEntries CDATA #REQUIRED>
--
Gitblit v1.10.0