From 15df25a834d831c2ba5b4954322c9756a8ca48fb Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Wed, 19 Mar 2008 17:41:12 +0000
Subject: [PATCH] update configuration files to use instance role attribute
---
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 abca87d..2d63ccf 100755
--- a/opendj-sdk/opends/tests/system-tests/scenario/conf.dtd
+++ b/opendj-sdk/opends/tests/system-tests/scenario/conf.dtd
@@ -43,7 +43,8 @@
<!ELEMENT instance (host,installDir,ports?)>
<!ATTLIST instance
name NMTOKEN #REQUIRED
- product NMTOKEN #REQUIRED>
+ product NMTOKEN #REQUIRED
+ role ( ldapServer | ldapProxy ) "ldapServer">
<!ELEMENT host (#PCDATA)>
<!ELEMENT installDir (#PCDATA)>
--
Gitblit v1.10.0