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

Jean-Noël Rouvignac
06.25.2016 d89c47e7cb1b3c9181e25582539aac1dedb46099
opendj-server-legacy/src/test/java/org/opends/server/TestCaseUtils.java
@@ -1806,7 +1806,7 @@
  public static HashSet<PluginType> getPluginTypes(Entry e)
  {
    HashSet<PluginType> pluginTypes = new HashSet<>();
    for (Attribute a : e.getAttribute("ds-cfg-plugin-type"))
    for (Attribute a : e.getAllAttributes("ds-cfg-plugin-type"))
    {
      for (ByteString v : a)
      {