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

Jean-Noel Rouvignac
10.13.2015 c5740d7b39334af983957a9c284ddd792d598f6c
opendj-server-legacy/src/test/java/org/opends/server/schema/GenericSchemaTestCase.java
@@ -187,8 +187,7 @@
        continue;
      }
      AttributeType attrType =
           DirectoryServer.getAttributeType("attributetypes", false);
      AttributeType attrType = DirectoryServer.getAttributeType("attributetypes");
      assertNotNull(attrType);
      List<Attribute> attrList = e.getAttribute(attrType);
      if (attrList == null)
@@ -264,8 +263,7 @@
        continue;
      }
      AttributeType attrType =
           DirectoryServer.getAttributeType("objectclasses", false);
      AttributeType attrType = DirectoryServer.getAttributeType("objectclasses");
      assertNotNull(attrType);
      List<Attribute> attrList = e.getAttribute(attrType);
      if (attrList == null)
@@ -340,8 +338,7 @@
        continue;
      }
      AttributeType attrType =
           DirectoryServer.getAttributeType("nameforms", false);
      AttributeType attrType = DirectoryServer.getAttributeType("nameforms");
      assertNotNull(attrType);
      List<Attribute> attrList = e.getAttribute(attrType);
      if (attrList == null)