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_target.xml | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/aci/aci_target.xml b/opends/tests/functional-tests/testcases/aci/aci_target.xml
index 9fed154..cbd4c93 100755
--- a/opends/tests/functional-tests/testcases/aci/aci_target.xml
+++ b/opends/tests/functional-tests/testcases/aci/aci_target.xml
@@ -30,6 +30,15 @@
<defaultcall function="aci_target"/>
<function name="aci_target">
+
+ <sequence>
+
+ <script>
+ CurrentTestPath['suite']='aci-target'
+ </script>
+
+ <call function="'testSuite_Preamble'"/>
+
<!---
Place suite-specific test information here.
#@TestSuiteName ACI Target Tests
@@ -37,7 +46,6 @@
#@TestSuiteGroup Basic ACI Target Tests
#@TestScript aci_target.xml
-->
- <sequence>
<!---
Place test-specific test information here.
@@ -1418,8 +1426,10 @@
</sequence>
</testcase>
+ <call function="'testSuite_Postamble'"/>
+
</sequence>
-
+
</function>
</stax>
--
Gitblit v1.10.0