From 3dfb6fc07cc7f27dc0aed5e65f2838cab253c8fb Mon Sep 17 00:00:00 2001
From: Gary Williams <gary.williams@forgerock.com>
Date: Fri, 23 Mar 2012 17:23:13 +0000
Subject: [PATCH] Make setup/cleanup a tescase in replication tests.

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

diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml
index 66ec322..4de257a 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml
@@ -66,7 +66,8 @@
                                       % REPLICATION_CONFIG_DIR,
               'dataFile'           : 'Short_Example.ldif',
               'isolateLdapServers' : True,
-              'enableDebugLogs'    : False
+              'enableDebugLogs'    : False,
+              'label'              : 'Replication Conflict'
             }
           </call>
                                     
@@ -3549,7 +3550,9 @@
           <import machine="STAF_LOCAL_HOSTNAME"
             file="'%s/testcases/replication/replication_cleanup.xml' 
                   % (TESTS_DIR)"/>
-          <call function="'replication_cleanup'" />
+          <call function="'replication_cleanup'" >
+            { 'label'    : 'Replication Conflict' }
+          </call>
                           
           <call function="'testSuite_Postamble'"/>
                   

--
Gitblit v1.10.0