From 50bd91f77aab71364b826bd8f169eb3a84ad47a2 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Mon, 28 Apr 2008 17:20:47 +0000
Subject: [PATCH] Get automatically the name of directory built in the opends zip file

---
 opendj-sdk/opends/tests/system-tests/scenario/sample2/conf.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/tests/system-tests/scenario/sample2/conf.xml b/opendj-sdk/opends/tests/system-tests/scenario/sample2/conf.xml
index c665ba7..8b3ae67 100755
--- a/opendj-sdk/opends/tests/system-tests/scenario/sample2/conf.xml
+++ b/opendj-sdk/opends/tests/system-tests/scenario/sample2/conf.xml
@@ -44,9 +44,9 @@
       </description>
     </scenario>
     
-    <opendsName>OpenDS-1.0.0</opendsName>
     <opendsZip>NEED_VALUE</opendsZip>
-    <domain>NEED_VALUE</domain>
+    <!-- Example : <domain>france.sun.com</domain> -->
+    <domain></domain>
     
   </globalParameters>
   

--
Gitblit v1.10.0