mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gary Williams
28.40.2011 6c52bd1bcd69c4202d9a9563dbccf9f55595e421
Remove known issue tag as 3315 already fixed
1 files modified
26 ■■■■■ changed files
opends/tests/staf-tests/functional-tests/testcases/replication/encryption/encryption.xml 26 ●●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/encryption/encryption.xml
@@ -241,16 +241,6 @@
                  <script>
                    serverPath = '%s/%s' % (server.getDir(), OPENDSNAME)
                    userDn = 'uid=iabizen-%s, ou=People, %s' % (i,synchroSuffix)
                    if i == 0:
                      myKnownIssue = None
                    else:
                      # if we fail to modify the entry in the 'consumer' servers
                      # => it may mean that the initialize-all is not completely
                      # done yet, and so we may have come across Issue 3315
                      # (dsreplication initialize-all returns before peer
                      # has completed initialisation)
                      myKnownIssue = '3315'
                  </script>
                                    
                  <!-- Modify entry on one of the servers -->
@@ -264,8 +254,7 @@
                      'DNToModify'        : userDn,
                      'attributeName'     : 'l',
                      'newAttributeValue' : 'GEC',
                      'changetype'        : 'replace',
                      'knownIssue'        : myKnownIssue
                      'changetype'        : 'replace'
                    }
                  </call>                       
                </sequence>
@@ -306,16 +295,6 @@
                  <script>
                    serverPath = '%s/%s' % (server.getDir(), OPENDSNAME)
                    userDn = 'uid=iabizen-%s, ou=People, %s' % (i,synchroSuffix)
                    if i == 0:
                      myKnownIssue = None
                    else:
                      # if we fail to delete the entry to the 'consumer' servers
                      # => it may mean that the initialize-all is not completely
                      # done yet, and so we may have come across Issue 3315
                      # (dsreplication initialize-all returns before peer
                      # has completed initialisation)
                      myKnownIssue = '3315'
                  </script>
                    
                  <!-- Delete entry on one of the servers -->    
@@ -326,8 +305,7 @@
                      'dsInstancePort' : server.getPort() ,
                      'dsInstanceDn'   : server.getRootDn() ,
                      'dsInstancePswd' : server.getRootPwd() ,
                      'dsBaseDN'       : userDn,
                      'knownIssue'     : myKnownIssue
                      'dsBaseDN'       : userDn
                    }
                  </call>
                </sequence>