From 2d8350c8006d0dacc679754ebd1bc4254ca27026 Mon Sep 17 00:00:00 2001
From: maudj <maudj@localhost>
Date: Thu, 27 Mar 2008 15:36:36 +0000
Subject: [PATCH] fix report issue
---
opends/tests/functional-tests/testcases/security/pwd_policy_root/security_root_auth.xml | 21 ++-------------------
1 files changed, 2 insertions(+), 19 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/security/pwd_policy_root/security_root_auth.xml b/opends/tests/functional-tests/testcases/security/pwd_policy_root/security_root_auth.xml
index 4af74f5..a4b3e83 100644
--- a/opends/tests/functional-tests/testcases/security/pwd_policy_root/security_root_auth.xml
+++ b/opends/tests/functional-tests/testcases/security/pwd_policy_root/security_root_auth.xml
@@ -32,19 +32,7 @@
<function name="security_root_auth">
<sequence>
-
- <block name="'security-root-auth'">
- <sequence>
-
- <script>
- if not CurrentTestPath.has_key('group'):
- CurrentTestPath['group']='security'
- CurrentTestPath['suite']=STAXCurrentBlock
- </script>
-
- <call function="'testSuite_Preamble'"/>
-
<!---
Place suite-specific test information here.
#@TestSuiteName Root Authentication Tests
@@ -481,13 +469,8 @@
</sequence>
</testcase>
- <call function="'testSuite_Postamble'"/>
-
- </sequence>
-
- </block>
-
- </sequence>
+
+ </sequence>
</function>
--
Gitblit v1.10.0