From 0e28796d352680136b0fc83e30095ee8258fcba0 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Mon, 29 Apr 2013 13:18:30 +0000
Subject: [PATCH] CR-1618 Fix test group for replication-safe-read and replication-safe-data

---
 opends/tests/staf-tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
index ff431db..c4ba85d 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
@@ -23,7 +23,7 @@
  !
  ! CDDL HEADER END
  !
- !      Copyright 2012 ForgeRock AS.
+ !      Copyright 2012-2013 ForgeRock AS.
  ! -->
 <stax>
   <defaultcall function="replication_totalupdate"/>
@@ -33,7 +33,8 @@
         <try>
           <sequence>
             <script>
-              CurrentTestPath['group'] = 'replication'        
+              if not CurrentTestPath.has_key('group'):
+                CurrentTestPath['group']='replication'
               CurrentTestPath['suite'] = 'totalupdate'
               
               _group=CurrentTestPath['group']

--
Gitblit v1.10.0