From 9b5a6543d5bcca85176ac19d1c5fca80911fbb2e Mon Sep 17 00:00:00 2001
From: Violette Roche-Montane <violette.roche-montane@forgerock.com>
Date: Thu, 23 May 2013 08:10:24 +0000
Subject: [PATCH] CR-1720 OPENDJ-835 Upgrade should add HTTP Connection Handler to config.ldif OPENDJ-914 Upgrade should add Based HTTP Access Logger to config.ldif - HTTP connection handler and the based HTTP access logger are now added to upgrade. - The http-config.json is added to the config file during upgrade. - Simplified UpgradeTasks.java - Added new messages. - Fixed javadoc for unit test.

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/tools/UpgradeTestCase.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/UpgradeTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/UpgradeTestCase.java
index 483f77e..b07510c 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/UpgradeTestCase.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/UpgradeTestCase.java
@@ -97,10 +97,10 @@
   }
 
   /**
-   * Tests the Upgrade tool with a running server throws an error.
+   * Tests the upgrade with an offline server and empty args fails.
    */
   @Test()
-  public void testUpgradeServerOffline() throws InitializationException,
+  public void testUpgradeServerOfflineEmptyArgs() throws InitializationException,
       ConfigException, DirectoryException, IOException
   {
     String[] args = { "" };

--
Gitblit v1.10.0