From cfe491a95cf51a0629393ec1825df9d7ebde23d2 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Thu, 11 Apr 2013 14:51:29 +0000
Subject: [PATCH] CR-1510 Remove reference to old known issues (part1)

---
 opends/tests/staf-tests/functional-tests/testcases/indexes/indexes.xml |   26 ++++++++++----------------
 1 files changed, 10 insertions(+), 16 deletions(-)

diff --git a/opends/tests/staf-tests/functional-tests/testcases/indexes/indexes.xml b/opends/tests/staf-tests/functional-tests/testcases/indexes/indexes.xml
index e72eaa3..b7fece8 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/indexes/indexes.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/indexes/indexes.xml
@@ -24,6 +24,7 @@
  ! CDDL HEADER END
  !
  !      Copyright 2007-2010 Sun Microsystems, Inc.
+ !      Portions Copyright 2013 ForgeRock AS
  ! -->
 <stax>
   <defaultcall function="main_indexes" />
@@ -165,8 +166,7 @@
                 <call function="'runFunction'">
                   { 'functionName'      : 'rebuildIndexWithScript' ,
                     'functionArguments' : { 'dsBaseDN'    : DIRECTORY_INSTANCE_SFX ,
-                                            'dsIndexList' : [ 'uid' ] ,
-                                            'knownIssue'  : '6931704'
+                                            'dsIndexList' : [ 'uid' ]
                                           }
                   }
                 </call>
@@ -218,8 +218,7 @@
                 <call function="'runFunction'">
                   { 'functionName'      : 'rebuildIndexWithScript' ,
                     'functionArguments' : { 'dsBaseDN'    : DIRECTORY_INSTANCE_SFX ,
-                                            'dsIndexList' : [ 'uid' ] ,
-                                            'knownIssue'  : '6931704'
+                                            'dsIndexList' : [ 'uid' ]
                                           }
                   }
                 </call>
@@ -266,7 +265,7 @@
       subString search and then verifies that it worked
       #@TestMarker                indexes
       #@TestName                  indexes_dynamic_modify
-      #@TestIssue                 1480
+      #@TestIssue                 none
       #@TestPurpose               harden the default indexes
       #@TestPreamble              none
       #@TestStep                  iterate through file search.filters
@@ -309,8 +308,7 @@
                         'dsInstanceDn'        : DIRECTORY_INSTANCE_DN,
                         'dsInstancePswd'      : DIRECTORY_INSTANCE_PSWD,
                         'dsBaseDN'            : DIRECTORY_INSTANCE_SFX,
-                        'dsIndexList'         : [ 'uid' ],
-                        'knownIssue'          : '6931704'
+                        'dsIndexList'         : [ 'uid' ]
                       }
                   }
                 </call>
@@ -349,8 +347,7 @@
                 <call function="'runFunction'">
                   { 'functionName'      : 'rebuildIndexWithScript' ,
                     'functionArguments' : { 'dsBaseDN'    : DIRECTORY_INSTANCE_SFX ,
-                                            'dsIndexList' : [ 'uid' ] ,
-                                            'knownIssue'  : '6931704'
+                                            'dsIndexList' : [ 'uid' ]
                                           }
                   }
                 </call>
@@ -446,8 +443,7 @@
                 <call function="'runFunction'">
                   { 'functionName'      : 'rebuildIndexWithScript' ,
                     'functionArguments' : { 'dsBaseDN'    : DIRECTORY_INSTANCE_SFX ,
-                                            'dsIndexList' : [ 'l' ] ,
-                                            'knownIssue'  : '6931704'
+                                            'dsIndexList' : [ 'l' ]
                                           }
                   }
                 </call>
@@ -512,7 +508,7 @@
       attribute and then verifies that it worked
       #@TestMarker              indexes
       #@TestName                indexes_dynamic_add
-      #@TestIssue               1480
+      #@TestIssue               none
       #@TestPurpose             check if the user can add her own indexes
                                 dynamically
       #@TestPreamble            none
@@ -558,8 +554,7 @@
                         'dsInstanceDn'        : DIRECTORY_INSTANCE_DN,
                         'dsInstancePswd'      : DIRECTORY_INSTANCE_PSWD,
                         'dsBaseDN'            : DIRECTORY_INSTANCE_SFX,
-                        'dsIndexList'         : [ 'l' ],
-                        'knownIssue'          : '6931704'
+                        'dsIndexList'         : [ 'l' ]
                       }
                   }
                 </call>
@@ -656,8 +651,7 @@
                 <call function="'runFunction'">
                   { 'functionName'      : 'rebuildIndexWithScript' ,
                     'functionArguments' : { 'dsBaseDN'    : DIRECTORY_INSTANCE_SFX ,
-                                            'dsIndexList' : [ 'l' ] ,
-                                            'knownIssue'  : '6931704'
+                                            'dsIndexList' : [ 'l' ]
                                           }
                   }
                 </call>

--
Gitblit v1.10.0