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

Jean-Noel Rouvignac
13.08.2015 ea1068c292e9b341af6d6b563cd8988a96be20a9
opendj-server-legacy/src/test/java/org/opends/server/tools/LDIFDiffTestCase.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 *      Portions Copyright 2013 ForgeRock AS.
 *      Portions Copyright 2013-2015 ForgeRock AS.
 */
package org.opends.server.tools;
@@ -65,7 +65,7 @@
   *
   * @throws  Exception  If an unexpected problem occurs.
   */
  @BeforeClass()
  @BeforeClass
  public void startServer()
         throws Exception
  {
@@ -99,7 +99,7 @@
   * Tests the LDIFDiff tool with an argument that will simply cause it to
   * display usage information.
   */
  @Test()
  @Test
  public void testUsage()
  {
    String[] args = { "--help" };
@@ -117,7 +117,7 @@
  /**
   * Tests the LDIFDiff tool with an invalid set of arguments.
   */
  @Test()
  @Test
  public void testInvalidArguments()
  {
    String[] args =