From 62df1ccf8e42c0637db8a0ab24a431d023d4fe52 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Mon, 31 Mar 2008 15:21:42 +0000
Subject: [PATCH] add location parameter when calling dsconfig()

---
 opends/tests/system-tests/scenario/sample2/post_configuration.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/tests/system-tests/scenario/sample2/post_configuration.xml b/opends/tests/system-tests/scenario/sample2/post_configuration.xml
index 3133776..821a357 100644
--- a/opends/tests/system-tests/scenario/sample2/post_configuration.xml
+++ b/opends/tests/system-tests/scenario/sample2/post_configuration.xml
@@ -78,6 +78,7 @@
           
           <call function="'dsconfig'">
           { 
+            'location'       : instance.getHost(),
             'dsInstanceHost' : instance.getHost(),
             'dsPath'         : instance.getInstallDir(),
             'dsInstancePort' : instance.getLDAPPort(),

--
Gitblit v1.10.0