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

andrug
11.06.2008 90cbe4acd1ccc247bb4afa4938a206b6144bfa28
opends/tests/system-tests/phases/verdict/verdict_opends.xml
@@ -57,14 +57,11 @@
    
    <sequence>
      <!--== Get the list of opends instances in the topology == -->
      <call function="'getOpendsInstancesInATopology'">
        { 'suffix' : suffix }
      </call>
      <script>
        opendsInstances = []
        topoInstances   = suffix.getTopology()
        for topoInstance in topoInstances:
          cInstance = topoInstance.getInstanceRef()
          if cInstance.getProduct() == 'opends':
            opendsInstances.append(cInstance)
        opendsInstances = STAXResult
      </script>