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/basic/basic.xml | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/basic/basic.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/basic/basic.xml
index 3b97692..54c2166 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/basic/basic.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/basic/basic.xml
@@ -23,7 +23,7 @@
!
! CDDL HEADER END
!
- ! Copyright 2012 ForgeRock AS.
+ ! Copyright 2012-2013 ForgeRock AS.
! -->
<stax>
<defaultcall function="replication_basic"/>
@@ -32,8 +32,9 @@
<block name="'replication_basic'">
<try>
<sequence>
- <script>
- CurrentTestPath['group'] = 'replication'
+ <script>
+ if not CurrentTestPath.has_key('group'):
+ CurrentTestPath['group']='replication'
CurrentTestPath['suite'] = 'basic'
_group=CurrentTestPath['group']
--
Gitblit v1.10.0