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

gbellato
25.29.2007 0eab55fa49863935bbc81242b7e13fa550fedc6d
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/IsolationTest.java
@@ -108,8 +108,7 @@
      // try a new modify operation on the base entry.
      op = conn.processModify(baseDn, generatemods("description", "test"));
      // chek that the operation was successful.
      // check that the update failed.
      // check that the operation was successfull.
      assertEquals(op.getResultCode(), ResultCode.SUCCESS, 
          op.getAdditionalLogMessage().toString());
    }
@@ -119,7 +118,10 @@
        MultimasterReplication.deleteDomain(baseDn);
      if (replicationPlugin != null)
      {
        replicationPlugin.finalizeSynchronizationProvider();
        DirectoryServer.deregisterSynchronizationProvider(replicationPlugin);
      }
    }
  }