From 6554ea81e333c2050430e4a9017a9faae950269a Mon Sep 17 00:00:00 2001
From: smaguin <smaguin@localhost>
Date: Thu, 06 Sep 2007 14:13:29 +0000
Subject: [PATCH] add known issue and fixe testsuite with the change of interface for dsconfig option -m

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

diff --git a/opends/tests/functional-tests/testcases/logging/logging_properties.xml b/opends/tests/functional-tests/testcases/logging/logging_properties.xml
index f19fc0d..7bbb20c 100755
--- a/opends/tests/functional-tests/testcases/logging/logging_properties.xml
+++ b/opends/tests/functional-tests/testcases/logging/logging_properties.xml
@@ -60,7 +60,7 @@
           </message>
           
           <!-- DESACTRIVATED : bug 2107]-->
-          <!--<call function="'testFailed'"/>-->
+          <call function="'testFailed'"/>
           <script>
             knownIssue(2107)
             bug=2107
@@ -457,6 +457,9 @@
             
             <!--  override-severity -->
             <message>'------  set override-severity    --' </message>
+          <script>
+            knownIssue(2066)
+          </script>          
             <call function="'dsconfig'">
               { 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
                 'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
@@ -509,7 +512,11 @@
             '----  Check the Debug loggers properties  -----'
           </message>
           
-          <!--    default-debug-category  -->         
+          <!--    default-debug-category  -->     
+          <script>
+            knownIssue(2053)
+          </script>                  
+          
           <message>'------  set default-debug-category  --' </message>
           <call function="'dsconfig'">
             { 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,

--
Gitblit v1.10.0