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

Jean-Noël Rouvignac
18.04.2016 d10da5e09878c255bd3b685fa87a04610db7d404
opendj-server-legacy/src/test/java/org/opends/server/schema/ConfigurableAttributeSyntaxTest.java
@@ -35,7 +35,7 @@
  public Object[][] createSyntaxTest() throws Exception
  {
    // some config object used later in the test
    Entry strictConfig = new Entry(TestCaseUtils.makeEntry(
    Entry strictConfig = TestCaseUtils.makeEntry(
        "dn: cn=Telephone Number,cn=Syntaxes,cn=config",
        "objectClass: top",
        "objectClass: ds-cfg-telephone-number-attribute-syntax",
@@ -44,9 +44,9 @@
        "ds-cfg-enabled: true",
        "ds-cfg-java-class: org.opends.server.schema.TelephoneNumberSyntax",
        "cn: Telephone Number"
         ), null);
         );
    Entry relaxedConfig = new Entry(TestCaseUtils.makeEntry(
    Entry relaxedConfig = TestCaseUtils.makeEntry(
        "dn: cn=Telephone Number,cn=Syntaxes,cn=config",
        "objectClass: top",
        "objectClass: ds-cfg-telephone-number-attribute-syntax",
@@ -55,7 +55,7 @@
        "ds-cfg-enabled: true",
        "ds-cfg-java-class: org.opends.server.schema.TelephoneNumberSyntax",
        "cn: Telephone Number"
         ), null);
         );
    // fill this table with tables containing :
    // - the configEntry that must be applied before the test.