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

andrug
22.29.2008 a7317dc2bbe4eb85a38d07663cfe084ad18cc7da
opends/tests/system-tests/phases/shared/functions/opendstools.xml
@@ -74,16 +74,15 @@
      
      
      <!--==== Check replication synchronization =========-->
      <!--
      <call function="'checkReplicationSynchro'">
          { 'instance' : instance,
            'fileFd'   : fileFd
      <call function="'checkOpendsReplication'">
          {
            'instance'  : instance,
            'instances' : instances,
            'suffix'    : suffix,
            'fileFd'    : fileFd
          }
      </call>
      <script>
        errNum += STAXResult[0][0]
      </script>
      -->
      <script> _errNum += STAXResult </script>
      
      
      <!--==== Compare entries =========-->