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

Ludovic Poitou
01.16.2014 05a0b1c1030fd0f753c2f8a571c22ac3e49cabe4
Fix test mistake that sets side effect to followup tests (leaves the server with strict syntax for telephone number which makes some import tests to fail later)..
1 files modified
5 ■■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/schema/ConfigurableAttributeSyntaxTest.java 5 ●●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/schema/ConfigurableAttributeSyntaxTest.java
@@ -22,6 +22,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions Copyright 2014 ForgeRock AS
 */
package org.opends.server.schema;
@@ -95,8 +96,8 @@
         {relaxedConfig, SYNTAX_TELEPHONE_OID, "+1+512 315 0280", true},
         {relaxedConfig, SYNTAX_TELEPHONE_OID, "+1x512x315x0280", true},
         {strictConfig, SYNTAX_TELEPHONE_OID, "   ", false},
         {strictConfig, SYNTAX_TELEPHONE_OID, "", false},
         {relaxedConfig, SYNTAX_TELEPHONE_OID, "   ", false},
         {relaxedConfig, SYNTAX_TELEPHONE_OID, "", false},
    };
  }