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/failover/failover.xml | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/failover/failover.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/failover/failover.xml
index 1554258..5b68c62 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/failover/failover.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/failover/failover.xml
@@ -23,7 +23,7 @@
!
! CDDL HEADER END
!
- ! Copyright 2012 ForgeRock AS.
+ ! Copyright 2012-2013 ForgeRock AS.
! -->
<stax>
<defaultcall function="replication_failover"/>
@@ -33,7 +33,8 @@
<try>
<sequence>
<script>
- CurrentTestPath['group'] = 'replication'
+ if not CurrentTestPath.has_key('group'):
+ CurrentTestPath['group']='replication'
CurrentTestPath['suite'] = 'failover'
_group=CurrentTestPath['group']
--
Gitblit v1.10.0