From 2007c72df59c1cfd6590fc74e0d9b6d636a68590 Mon Sep 17 00:00:00 2001
From: smaguin <smaguin@localhost>
Date: Thu, 06 Sep 2007 14:15:09 +0000
Subject: [PATCH] add block
---
opends/tests/functional-tests/testcases/logging/logging_rotation.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/logging/logging_rotation.xml b/opends/tests/functional-tests/testcases/logging/logging_rotation.xml
index 4141b16..d9ff082 100755
--- a/opends/tests/functional-tests/testcases/logging/logging_rotation.xml
+++ b/opends/tests/functional-tests/testcases/logging/logging_rotation.xml
@@ -28,6 +28,7 @@
<stax>
<defaultcall function="logging_rotation"/>
<function name="logging_rotation" scope="local">
+ <block name="STAXCurrentFunction">
<sequence>
<script>
CurrentTestPath['suite']=STAXCurrentFunction
@@ -285,6 +286,7 @@
</testcase>
<call function="'testSuite_Postamble'" />
</sequence>
- </function>
+ </block>
+ </function>
</stax>
--
Gitblit v1.10.0