From 5322f3f9d718fb97250fa9b82c42bafa7891c004 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Fri, 02 Mar 2007 15:39:22 +0000
Subject: [PATCH] Issue 1305 aci tests should plug into test log framework

---
 opends/tests/functional-tests/testcases/aci/aci.xml |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/aci/aci.xml b/opends/tests/functional-tests/testcases/aci/aci.xml
index 8b4e66f..f95627c 100755
--- a/opends/tests/functional-tests/testcases/aci/aci.xml
+++ b/opends/tests/functional-tests/testcases/aci/aci.xml
@@ -33,7 +33,11 @@
 
       <sequence>
 
-        <call function="'testSuite_Preamble'"/>
+        <script>
+          CurrentTestPath['group']='aci'
+        </script>
+      
+        <call function="'testGroup_Preamble'"/>
         
         <parallel>
                 
@@ -105,7 +109,7 @@
     
           </parallel>
 
-        <call function="'testSuite_Postamble'"/>
+        <call function="'testGroup_Postamble'"/>
         
      </sequence>
 

--
Gitblit v1.10.0