From 2a3f07f83ff0e9c46420bcbc8c4722dd7903d1a4 Mon Sep 17 00:00:00 2001
From: el_kaboing <el_kaboing@localhost>
Date: Thu, 08 Mar 2007 21:10:16 +0000
Subject: [PATCH] Added function calls to testSuitePreamble and testSuitePostamble that were omitted in the original commit.
---
opendj-sdk/opends/tests/functional-tests/testcases/aci/aci_targetfilter_syntax.xml | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/aci/aci_targetfilter_syntax.xml b/opendj-sdk/opends/tests/functional-tests/testcases/aci/aci_targetfilter_syntax.xml
index a397ae1..3bee6c2 100755
--- a/opendj-sdk/opends/tests/functional-tests/testcases/aci/aci_targetfilter_syntax.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/aci/aci_targetfilter_syntax.xml
@@ -38,7 +38,13 @@
#@TestScript aci_targetfilter.xml
-->
<sequence>
-
+
+ <script>
+ CurrentTestPath['suite']='aci_targetfilter_syntax'
+ </script>
+
+ <call function="'testSuite_Preamble'"/>
+
<!---
Place test-specific test information here.
The tag, TestMarker, must be the same as the tag, TestSuiteName.
@@ -1816,6 +1822,8 @@
</sequence>
</testcase>
+ <call function="'testSuite_Postamble'"/>
+
</sequence>
</function>
--
Gitblit v1.10.0