From ac53bcc9741319357b488f90b8ec5062738a3321 Mon Sep 17 00:00:00 2001
From: smaguin <smaguin@localhost>
Date: Mon, 04 Feb 2008 10:46:33 +0000
Subject: [PATCH] updqate headers
---
opends/tests/functional-tests/testcases/plugins/plugins.xml | 19 +++++++++++++------
1 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/plugins/plugins.xml b/opends/tests/functional-tests/testcases/plugins/plugins.xml
index 6495980..dd8dba3 100755
--- a/opends/tests/functional-tests/testcases/plugins/plugins.xml
+++ b/opends/tests/functional-tests/testcases/plugins/plugins.xml
@@ -25,18 +25,25 @@
!
! Portions Copyright 2007-2008 Sun Microsystems, Inc.
! -->
+
+
+<!--
+ Place group-specific test information here.
+ #@TestGroupName Plugins
+ #@TestGroupPurpose Test the directory server Pluggins
+-->
<stax>
<defaultcall function="main_plugins"/>
<function name="main_plugins">
<sequence>
<block name="'plugins'">
- <sequence>
- <script>
- CurrentTestPath['group']='plugins'
- </script>
+ <sequence>
+ <script>
+ CurrentTestPath['group']='plugins'
+ </script>
<call function="'testGroup_Preamble'" />
- <iterate var="_test" in="['setup','refint','uniqueness','lastmod','entryUUID','cleanup']" >
+ <iterate var="_test" in="['setup','uniqueness','lastmod','entryUUID','refint','cleanup']" >
<sequence>
<import machine="STAF_LOCAL_HOSTNAME"
file="'%s/testcases/plugins/plugins_%s.xml' % (TESTS_DIR,_test)"/>
@@ -48,4 +55,4 @@
</block>
</sequence>
</function>
-</stax>
+</stax>
\ No newline at end of file
--
Gitblit v1.10.0