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_provider.xml  |    4 ++++
 opends/tests/functional-tests/testcases/monitoring/monitoring_componant.xml |    8 +++++++-
 2 files changed, 11 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>
diff --git a/opends/tests/functional-tests/testcases/monitoring/monitoring_provider.xml b/opends/tests/functional-tests/testcases/monitoring/monitoring_provider.xml
index 9dd506b..523bd87 100644
--- a/opends/tests/functional-tests/testcases/monitoring/monitoring_provider.xml
+++ b/opends/tests/functional-tests/testcases/monitoring/monitoring_provider.xml
@@ -288,6 +288,7 @@
 #@TestMarker            Monitoring Provider Tests
 #@TestName              System Info monitoring Provider
 #@TestPurpose           Test the System Info monitoring Provider
+#@TestIssue             2873
 #@TestPreamble          none
 #@TestStep              Check the entry on cn=System Info,cn=monitor is available
 #@TestStep              Disable the System Info monitoring Provider
@@ -339,6 +340,9 @@
               'expectedRC'	    :  32 }
             </call> 
             
+            <script>
+		knownIssue(2873)
+            </script>            
             <call function="'testCase_Postamble'"/>
           </sequence>
         </testcase>

--
Gitblit v1.10.0