From 3d989f43039eb97f8c16b5529e05eeedbd196ce4 Mon Sep 17 00:00:00 2001
From: smaguin <smaguin@localhost>
Date: Thu, 13 Sep 2007 15:01:49 +0000
Subject: [PATCH] fixe stax  name

---
 opendj-sdk/opends/tests/functional-tests/testcases/logging/logging.xml |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/logging/logging.xml b/opendj-sdk/opends/tests/functional-tests/testcases/logging/logging.xml
index f160f83..89356dc 100755
--- a/opendj-sdk/opends/tests/functional-tests/testcases/logging/logging.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/logging/logging.xml
@@ -32,11 +32,10 @@
       <block name="'logging'">
          <sequence>
            <script>
-             CurrentTestPath['group']=STAXCurrentBlock
+             CurrentTestPath['group']='logging'
            </script>
-          
-          <call function="'testGroup_Preamble'" />
-          <iterate var="_test" in="['setup','rotation','properties','writer','retention','cleanup']" >
+          <call function="'testGroup_Preamble'" />     
+          <iterate var="_test" in="['setup','rotation','retention','writer','properties','cleanup']" >
             <sequence>
               <import machine="STAF_LOCAL_HOSTNAME"
                       file="'%s/testcases/logging/logging_%s.xml' % (TESTS_DIR,_test)"/>

--
Gitblit v1.10.0