From 9329dbf0d7d11bac6c8e568667b6c11e4ffcdd8d Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Wed, 05 Jun 2013 12:53:31 +0000
Subject: [PATCH] CR-1789 Added mode to run tests from upgraded instance => fixed regression introduced in previous commit :

---
 opends/tests/staf-tests/shared/functions/topology.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/tests/staf-tests/shared/functions/topology.xml b/opends/tests/staf-tests/shared/functions/topology.xml
index 6b338d1..a131c5e 100755
--- a/opends/tests/staf-tests/shared/functions/topology.xml
+++ b/opends/tests/staf-tests/shared/functions/topology.xml
@@ -434,7 +434,7 @@
         </else>
       </if>
 
-      <if expr="UPGRADE_ZIPNAME == ''">
+      <if expr="UPGRADE_OPENDJNAME == ''">
         <sequence>
           <!-- *********** -->
           <!-- NORMAL MODE -->
@@ -608,7 +608,7 @@
       <!-- ******* -->
       <!-- UPGRADE -->
       <!-- ******* -->
-      <if expr="UPGRADE_ZIPNAME != ''">
+      <if expr="UPGRADE_OPENDJNAME != ''">
         <sequence>
           <!-- Copy content of new version into old version -->
 	      <!-- Install DS Extract zip file -->

--
Gitblit v1.10.0