From db9769005350745c08d7ace4c0f186fcfb428e7c Mon Sep 17 00:00:00 2001
From: smaguin <smaguin@localhost>
Date: Fri, 14 Sep 2007 13:12:00 +0000
Subject: [PATCH] fix a bug for logs naming

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

diff --git a/opends/tests/functional-tests/testcases/plugins/plugins.xml b/opends/tests/functional-tests/testcases/plugins/plugins.xml
index f6cbfcf..875c068 100755
--- a/opends/tests/functional-tests/testcases/plugins/plugins.xml
+++ b/opends/tests/functional-tests/testcases/plugins/plugins.xml
@@ -32,7 +32,7 @@
       <block name="'plugins'">
          <sequence>
            <script>
-             CurrentTestPath['group']=STAXCurrentBlock
+             CurrentTestPath['group']='plugins'
            </script>
           
           <call function="'testGroup_Preamble'" />

--
Gitblit v1.10.0