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/UpgradeTestCase.java
@@ -21,7 +21,7 @@
 * CDDL HEADER END
 *
 *
 *      Portions Copyright 2013-2014 ForgeRock AS.
 *      Portions Copyright 2013-2015 ForgeRock AS.
 */
package org.opends.server.tools;
@@ -100,7 +100,7 @@
  /**
   * Tests display help information.
   */
  @Test()
  @Test
  public void testUpgradeToolDisplaysHelpUsage()
  {
    final ByteArrayOutputStream baos = new ByteArrayOutputStream();
@@ -121,7 +121,7 @@
  /**
   * Tests display help information.
   */
  @Test()
  @Test
  public void testUpgradeToolDisplaysHelpUsage2()
  {
    final ByteArrayOutputStream baos = new ByteArrayOutputStream();
@@ -142,7 +142,7 @@
  /**
   * Tests display help information.
   */
  @Test()
  @Test
  public void testUpgradeToolDisplaysHelpUsage3()
  {
    final ByteArrayOutputStream baos = new ByteArrayOutputStream();
@@ -163,7 +163,7 @@
  /**
   * Tests the upgrade tool with an invalid sub-command.
   */
  @Test()
  @Test
  public void testUpgradeToolDoesntAllowWrongSubcommand()
  {
    final ByteArrayOutputStream baos = new ByteArrayOutputStream();
@@ -184,7 +184,7 @@
  /**
   * Tests the upgrade tool with an invalid sub-command.
   */
  @Test()
  @Test
  public void testUpgradeToolDoesntAllowWrongSubcommand2()
  {
    final ByteArrayOutputStream baos = new ByteArrayOutputStream();
@@ -206,7 +206,7 @@
   * The upgrade tool disallows the force sub-command used with 'interactive
   * mode'.
   */
  @Test()
  @Test
  public void testUpgradeToolDoesntAllowInteractiveAndForce()
  {
    final ByteArrayOutputStream baos = new ByteArrayOutputStream();
@@ -229,7 +229,7 @@
  /**
   * Upgrade tool allows use of force and no-prompt sub-commands.
   */
  @Test()
  @Test
  public void testUpgradeToolAllowsNonInteractiveAndForce() throws Exception
  {
    TestCaseUtils.startServer();