From 8a5de601795338a7c422194c8b287e8c520ff0f1 Mon Sep 17 00:00:00 2001
From: smaguin <smaguin@localhost>
Date: Mon, 10 Mar 2008 15:35:44 +0000
Subject: [PATCH] add knownIssue

---
 opends/tests/functional-tests/testcases/monitoring/monitoring_componant.xml |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/monitoring/monitoring_componant.xml b/opends/tests/functional-tests/testcases/monitoring/monitoring_componant.xml
index 1af9600..8e0295e 100644
--- a/opends/tests/functional-tests/testcases/monitoring/monitoring_componant.xml
+++ b/opends/tests/functional-tests/testcases/monitoring/monitoring_componant.xml
@@ -119,7 +119,8 @@
         <!---
 #@TestMarker            monitoring componants
 #@TestName              monitoring componants
-#@TestIssue             Check the monitoring of a NEW componant LDIF connection handler
+#@TestPurpose           Check the monitoring of a NEW componant LDIF connection handler
+#@TestIssue             2884
 #@TestPreamble          none
 #@TestStep              Create a new LDIF connection handler
 #@TestStep              Check the entry on cn=myLDIF,cn=monitor is available
@@ -167,6 +168,11 @@
               'objectName'           : 'myLDIF',
               'expectedRC'           : 0 } 
             </call>     
+             
+            <script>
+		knownIssue(2884)
+            </script>
+            
             <call function="'testCase_Postamble'"/>
           </sequence>
         </testcase>

--
Gitblit v1.10.0