From ea1068c292e9b341af6d6b563cd8988a96be20a9 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Fri, 13 Feb 2015 16:08:40 +0000
Subject: [PATCH] AutoRefactor: annotations cleanup
---
opendj-server-legacy/src/test/java/org/opends/server/tools/UpgradeTestCase.java | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/tools/UpgradeTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/tools/UpgradeTestCase.java
index e7a0a78..55c6876 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/tools/UpgradeTestCase.java
+++ b/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();
--
Gitblit v1.10.0