From 7816c5f049a3810325e92b45764a4483fcaabaac Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Tue, 25 Nov 2008 17:19:55 +0000
Subject: [PATCH] Issue 3632: known issue feature in test reports unreliable

---
 opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml |   50 +++++++++++---------------------------------------
 1 files changed, 11 insertions(+), 39 deletions(-)

diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml
index a79a38a..f71fdb0 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml
@@ -744,10 +744,6 @@
                 }
               </call>
 
-              <script>
-                knownIssue(3392)
-              </script>
-                
               <call function="'testCase_Postamble'"/>
             </sequence>
           </testcase>     
@@ -1101,10 +1097,6 @@
                 }
               </call>
 
-              <script>
-                knownIssue(3394)
-              </script>
-
               <call function="'testCase_Postamble'"/>
             </sequence>
           </testcase>     
@@ -1444,10 +1436,6 @@
                 }
               </call>
 
-              <script>
-                knownIssue(3397)
-              </script>
-
               <call function="'testCase_Postamble'"/>
             </sequence>
           </testcase>     
@@ -1616,12 +1604,6 @@
                 }
               </call>
 
-              <!-- Issue visible in the error log, so not detectable so far.
-              <script>
-                knownIssue(3399)
-              </script>
-              -->
-
               <call function="'testCase_Postamble'"/>
             </sequence>
           </testcase>     
@@ -2508,10 +2490,6 @@
                 }
               </call>
 
-              <script>
-                knownIssue(3397)
-              </script>
-
               <call function="'testCase_Postamble'"/>
             </sequence>
           </testcase>     
@@ -2763,7 +2741,7 @@
                         'dsInstancePort' : server.getPort(),
                         'dsInstanceDn'   : server.getRootDn(),
                         'dsInstancePswd' : server.getRootPwd(),
-                        'dsDn'           : [entryToDelete]
+                        'dsDn'           : [entryToDelete] 
                       }
                     </call>
                   </paralleliterate>
@@ -2772,9 +2750,9 @@
 
               <!-- Issue visible in the conflict counters, so not automatically
                !   detectable so far.
-              <script>
-                knownIssue(3400)
-              </script>
+              <call function="'setKnownIssue'">
+                { 'issueId' : '3400' }
+              </call>
               -->
 
               <call function="'testCase_Postamble'"/>
@@ -3037,9 +3015,9 @@
 
               <!-- Issue visible in the conflict counters, so not automatically
                !   detectable so far.
-              <script>
-                knownIssue(3400)
-              </script>
+              <call function="'setKnownIssue'">
+                { 'issueId' : '3400' }
+              </call>
               -->
 
               <call function="'testCase_Postamble'"/>
@@ -3278,17 +3256,14 @@
                         'dsInstancePort' : server.getPort(),
                         'dsInstanceDn'   : server.getRootDn(),
                         'dsInstancePswd' : server.getRootPwd(),
-                        'dsDn'           : [entryToDelete]
+                        'dsDn'           : [entryToDelete],
+                        'knownIssue'     : '3401'
                       }
                     </call>
                   </paralleliterate>
                 </if>
               </paralleliterate>
 
-              <script>
-                knownIssue(3401)
-              </script>
-
               <call function="'testCase_Postamble'"/>
             </sequence>
           </testcase>
@@ -3539,17 +3514,14 @@
                         'dsInstancePort' : server.getPort(),
                         'dsInstanceDn'   : server.getRootDn(),
                         'dsInstancePswd' : server.getRootPwd(),
-                        'dsDn'           : [entryToDelete]
+                        'dsDn'           : [entryToDelete],
+                        'knownIssue'     : '3401'
                       }
                     </call>
                   </paralleliterate>
                 </if>
               </paralleliterate>
 
-              <script>
-                knownIssue(3401)
-              </script>
-
               <call function="'testCase_Postamble'"/>
             </sequence>
           </testcase>

--
Gitblit v1.10.0