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

Nicolas Capponi
28.23.2016 538a088c3bd6c80c1038def6b36538258dac7002
opendj-server-legacy/src/test/java/org/opends/server/backends/SchemaBackendTestCase.java
@@ -1497,7 +1497,8 @@
              "SUP testAddOCObsoleteSuperiorSup STRUCTURAL MUST cn " +
              "X-ORIGIN 'SchemaBackendTestCase' )");
    runModify(argsNotPermissive(), ldif, CONSTRAINT_VIOLATION);
    // object class is obsolete so having an obsolete superior is OK
    runModify(argsNotPermissive(), ldif, SUCCESS);
  }
  /**