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/LDAPPasswordModifyTestCase.java | 53 +++++++++++++++++++++++++++--------------------------
1 files changed, 27 insertions(+), 26 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/tools/LDAPPasswordModifyTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/tools/LDAPPasswordModifyTestCase.java
index d41e044..56a9a50 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/tools/LDAPPasswordModifyTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/tools/LDAPPasswordModifyTestCase.java
@@ -22,6 +22,7 @@
*
*
* Copyright 2006-2008 Sun Microsystems, Inc.
+ * Portions Copyright 2015 ForgeRock AS
*/
package org.opends.server.tools;
@@ -64,7 +65,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @BeforeClass()
+ @BeforeClass
public void startServerAndCreatePasswordFiles()
throws Exception
{
@@ -359,7 +360,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testSelfChangeCurrentPasswordNewPassword()
throws Exception
{
@@ -390,7 +391,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testSelfChangeNoCurrentPasswordNewPassword()
throws Exception
{
@@ -420,7 +421,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testSelfChangeCurrentPasswordNoNewPassword()
throws Exception
{
@@ -450,7 +451,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testSelfChangeNoCurrentPasswordNoNewPassword()
throws Exception
{
@@ -479,7 +480,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testAuthenticatedSelfExplicitAuthzIDCurrentNew()
throws Exception
{
@@ -511,7 +512,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testAuthenticatedSelfImplicitAuthzIDCurrentNew()
throws Exception
{
@@ -544,7 +545,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testAuthenticatedSelfImplicitAuthzIDNoCurrentNew()
throws Exception
{
@@ -575,7 +576,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testUnauthenticatedSelfChangeNewPassword()
throws Exception
{
@@ -605,7 +606,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testUnauthenticatedSelfChangeNoNewPassword()
throws Exception
{
@@ -633,7 +634,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testAdminResetNewPassword()
throws Exception
{
@@ -663,7 +664,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testAdminResetNoNewPassword()
throws Exception
{
@@ -692,7 +693,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testSSLBlindTrust()
throws Exception
{
@@ -723,7 +724,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testSSLTrustStore()
throws Exception
{
@@ -758,7 +759,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testStartTLSBlindTrust()
throws Exception
{
@@ -790,7 +791,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testStartTLSTrustStore()
throws Exception
{
@@ -825,7 +826,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testBindAndNewPasswordsFromFile()
throws Exception
{
@@ -856,7 +857,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testCurrentAndNewPasswordsFromFile()
throws Exception
{
@@ -886,7 +887,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testResetWithInvalidAuthzDN()
throws Exception
{
@@ -915,7 +916,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testResetOnNonExistentUser()
throws Exception
{
@@ -945,7 +946,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testResetOnDisabledUser()
throws Exception
{
@@ -988,7 +989,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testUnsupportedCriticalControl()
throws Exception
{
@@ -1020,7 +1021,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testLDAPNoOpExplicitOID()
throws Exception
{
@@ -1052,7 +1053,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testLDAPNoOpImplicitOID()
throws Exception
{
@@ -1084,7 +1085,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testLDAPMultipleControls()
throws Exception
{
@@ -1114,7 +1115,7 @@
/**
* Tests the LDAPModify tool with the "--help" option.
*/
- @Test()
+ @Test
public void testHelp()
{
String[] args = { "--help" };
--
Gitblit v1.10.0