From b643c10a26a80d6270e53229ff61cc730e5a748e Mon Sep 17 00:00:00 2001
From: ugaston <ugaston@localhost>
Date: Fri, 18 May 2007 10:47:47 +0000
Subject: [PATCH] Setting execution granularity at Suite level: Part 2

---
 opends/tests/functional-tests/testcases/synchronization/basic/synchronization_basic.xml |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/synchronization/basic/synchronization_basic.xml b/opends/tests/functional-tests/testcases/synchronization/basic/synchronization_basic.xml
index 4b7a5c2..40c89d9 100644
--- a/opends/tests/functional-tests/testcases/synchronization/basic/synchronization_basic.xml
+++ b/opends/tests/functional-tests/testcases/synchronization/basic/synchronization_basic.xml
@@ -38,7 +38,9 @@
         <sequence>
   
           <script>
-            CurrentTestPath['suite']='basic'
+            if not CurrentTestPath.has_key('group'):
+              CurrentTestPath['group']='synchronization'								  							  			  
+            CurrentTestPath['suite']=STAXCurrentBlock
           </script>
             
           <call function="'testSuite_Preamble'"/>
@@ -52,7 +54,7 @@
           #@TestScript          synchronization_basic.xml
           #@TestHTMLLink        http://opends.dev.java.net/
           -->
-     		              
+						     		              
 
 		  <block name="'Block Create DS Topology'">
 		  <!-- Create the topology necessary to the test suite -->
@@ -173,10 +175,12 @@
 			<sequence>
 				
               <message>
-                 '(NOT IMPLEMENTED YET) Remove DS topology created for the Synchronization Basic Test Suite'
+                 'Remove DS topology created for the Synchronization Basic Test Suite'
               </message>				  
 
-			  <call function="'removeTopology'"/>  
+			  <call function="'removeTopology'">
+			    { 'multipleInstanceTopology' : True }
+			  </call>  
 				
 			  <call function="'checkRC'">
                   { 'returncode' : RC ,

--
Gitblit v1.10.0