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

Ludovic Poitou
10.17.2014 381ea6b19769782c0311c8a03425a603b95de1f2
Port 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
4 ■■■■ changed files
opendj3-server-dev/tests/unit-tests-testng/src/server/org/opends/server/schema/ConfigurableAttributeSyntaxTest.java 4 ●●●● patch | view | raw | blame | history
opendj3-server-dev/tests/unit-tests-testng/src/server/org/opends/server/schema/ConfigurableAttributeSyntaxTest.java
@@ -96,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},
    };
  }