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

Jean-Noel Rouvignac
24.11.2015 8d21db36015f8560d9cd2bcee9817f2c0a07a386
opendj-server-legacy/src/test/java/org/opends/server/admin/BooleanPropertyDefinitionTest.java
@@ -60,7 +60,7 @@
  }
  /**
   * Tests validateValue() with valid data
   * Tests validateValue() with valid data.
   */
  @Test
  public void testValidateValue1() {
@@ -69,7 +69,7 @@
  }
  /**
   * Tests validateValue() with illegal data
   * Tests validateValue() with illegal data.
   */
  @Test(expectedExceptions = NullPointerException.class)
  public void testValidateValue2() {
@@ -89,7 +89,7 @@
  }
  /**
   * Tests decodeValue()
   * Tests decodeValue().
   * @param value to decode
   * @param expected value
   */
@@ -110,7 +110,7 @@
  }
  /**
   * Tests decodeValue() with illegal data
   * Tests decodeValue() with illegal data.
   * @param value to decode
   */
  @Test(dataProvider = "testDecodeValueData2",