From 30ded9bfcd935aec1a5d0c62b00f32704de27bb6 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Wed, 19 Mar 2008 17:39:54 +0000
Subject: [PATCH] update configuration files to use instance role attribute
---
opendj-sdk/opends/tests/system-tests/scenario/sample/conf.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/tests/system-tests/scenario/sample/conf.xml b/opendj-sdk/opends/tests/system-tests/scenario/sample/conf.xml
index db9729e..844a677 100755
--- a/opendj-sdk/opends/tests/system-tests/scenario/sample/conf.xml
+++ b/opendj-sdk/opends/tests/system-tests/scenario/sample/conf.xml
@@ -50,13 +50,13 @@
<!-- ================= Instance ============================== -->
- <instance name="I1" product="opends">
+ <instance name="I1" product="opends" role="ldapServer">
<host>localhost</host>
<installDir>NEED_VALUE</installDir>
</instance>
<!-- ================= Instance ============================== -->
- <instance name="I2" product="opends">
+ <instance name="I2" product="opends" role="ldapServer">
<host>localhost</host>
<installDir>NEED_VALUE</installDir>
<ports>
--
Gitblit v1.10.0