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

Jean-Noël Rouvignac
29.21.2016 97eaa897d7f912266710fa43d21a4d36de27de41
opendj-server-legacy/src/test/java/org/opends/server/schema/GenericSchemaTestCase.java
@@ -177,7 +177,7 @@
        continue;
      }
      AttributeType attrType = DirectoryServer.getAttributeTypeOrNull("attributetypes");
      AttributeType attrType = DirectoryServer.getAttributeType("attributetypes");
      assertNotNull(attrType);
      List<Attribute> attrList = e.getAttribute(attrType);
      if (attrList.isEmpty())
@@ -251,7 +251,7 @@
        continue;
      }
      AttributeType attrType = DirectoryServer.getAttributeTypeOrNull("objectclasses");
      AttributeType attrType = DirectoryServer.getAttributeType("objectclasses");
      assertNotNull(attrType);
      List<Attribute> attrList = e.getAttribute(attrType);
      if (attrList.isEmpty())
@@ -325,7 +325,7 @@
        continue;
      }
      AttributeType attrType = DirectoryServer.getAttributeTypeOrNull("nameforms");
      AttributeType attrType = DirectoryServer.getAttributeType("nameforms");
      assertNotNull(attrType);
      List<Attribute> attrList = e.getAttribute(attrType);
      if (attrList.isEmpty())