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

neil_a_wilson
10.47.2007 f3f581e3ec9e416988aa423725a159829a8e01af
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/AttributeTypePropertyDefinitionTest.java
@@ -135,6 +135,10 @@
    AttributeTypePropertyDefinition d = createPropertyDefinition();
    AttributeType type = d.decodeValue(value);
    assertEquals(type.getNameOrOID(), value);
    // Make sure to turn schema checking back on so that other tests which
    // depend on it don't fail.
    AttributeTypePropertyDefinition.setCheckSchema(true);
  }