From 15fe2f5024575a8ecda38c50feec3fe6a36bf694 Mon Sep 17 00:00:00 2001
From: madiot <madiot@localhost>
Date: Sun, 23 Mar 2008 14:04:31 +0000
Subject: [PATCH] making dsml functional test suuite's components remotable

---
 opends/tests/functional-tests/staf-installer.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/functional-tests/staf-installer.xml b/opends/tests/functional-tests/staf-installer.xml
index b3aab67..d3840d8 100644
--- a/opends/tests/functional-tests/staf-installer.xml
+++ b/opends/tests/functional-tests/staf-installer.xml
@@ -1052,7 +1052,7 @@
         <available file="${bits.download.dir}/${bits.stax.archive}" />
       </condition>
       <condition property="bits.tomcat.downloaded.before">
-        <available file="${bits.download.dir}/${bits.tomcat.archive}"/>
+        <available file="${bits.webcontainer.download.dir}/${bits.tomcat.archive}"/>
       </condition>
       <condition property="bits.all.downloaded.before">
         <and>

--
Gitblit v1.10.0