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

Jean-Noël Rouvignac
25.27.2016 744da8ea9d6c0b9acdc19a51f2107fc64e8bfdfe
opendj-server-legacy/src/test/java/org/opends/server/plugins/EntryUUIDPluginTestCase.java
@@ -139,13 +139,13 @@
         throws Exception
  {
    AttributeType entryUUIDType = DirectoryServer.getAttributeType("entryuuid");
    DirectoryServer.deregisterAttributeType(entryUUIDType);
    DirectoryServer.getSchema().deregisterAttributeType(entryUUIDType);
    EntryUUIDPlugin plugin = initializePlugin(e);
    plugin.finalizePlugin();
    DirectoryServer.registerAttributeType(entryUUIDType, false);
    DirectoryServer.getSchema().registerAttributeType(entryUUIDType, false);
  }