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

Matthew Swift
07.19.2016 c1bc7cf24af7708c3f79d6266ba37ccf77b8661c
opendj-server-legacy/src/test/java/org/opends/server/schema/LDAPSyntaxTest.java
@@ -271,6 +271,17 @@
     }
     finally
     {
       int resultCode = TestCaseUtils.applyModifications(true,
         "dn: cn=schema",
         "changetype: modify",
         "delete: objectclasses",
         "objectclasses: ( oc-oid NAME 'testOC' SUP top AUXILIARY MUST test-attr)",
         "-",
         "delete: attributetypes",
         "attributetypes: ( test-oid NAME 'test-attr' SYNTAX 9.9.9 )"
       );
       assertThat(resultCode).isEqualTo(0);
       deleteSubstitutionSyntax();
     }
   }