From bcdc3ae7c0d225c0349d9b42bf88602fef31a95c Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Tue, 10 Jul 2007 13:17:59 +0000
Subject: [PATCH] updates. disable modifyDn testcase as java moddn command is not yet implemented

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

diff --git a/opends/tests/functional-tests/testcases/groups/groups.xml b/opends/tests/functional-tests/testcases/groups/groups.xml
index 4613355..9f82910 100644
--- a/opends/tests/functional-tests/testcases/groups/groups.xml
+++ b/opends/tests/functional-tests/testcases/groups/groups.xml
@@ -44,12 +44,7 @@
           </script>
       
           <call function="'testGroup_Preamble'"/>
-<!--GA
-          <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
-            file="'%s/testcases/groups/mytest.xml' % (TESTS_DIR)"/>
-          <call function="'main_mytest'" />
--->
-<!--GA
+
           <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
             file="'%s/testcases/groups/group_static_uniquemember.xml' % (TESTS_DIR)"/>
           <call function="'main_staticgroup_uniquemember'" />
@@ -61,7 +56,7 @@
           <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
             file="'%s/testcases/groups/group_dynamic.xml' % (TESTS_DIR)"/>
           <call function="'main_dynamicgroup'" />
--->
+
           <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
             file="'%s/testcases/groups/group_virtual_static.xml' % (TESTS_DIR)"/>
           <call function="'main_virtualStaticGroup'" />

--
Gitblit v1.10.0