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/authorization/dseecompat/ExtOpTestCase.java | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/ExtOpTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/ExtOpTestCase.java
index 71d0119..cacf04b 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/ExtOpTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/ExtOpTestCase.java
@@ -22,6 +22,7 @@
*
*
* Copyright 2008-2009 Sun Microsystems, Inc.
+ * Portions Copyright 2015 ForgeRock AS
*/
package org.opends.server.authorization.dseecompat;
@@ -133,7 +134,7 @@
*
* @throws Exception If an unexpected result is returned.
*/
- @Test()
+ @Test
public void testExtendOpPwdWC() throws Exception {
String pwdLdifs =
makeAddLDIF("aci", peopleBase, pwdControls, extOpWC, ALLOW_ALL);
@@ -156,7 +157,7 @@
*
* @throws Exception If an unexpected result is returned.
*/
- @Test()
+ @Test
public void testExtendOpPwdNotWC() throws Exception {
String pwdLdifs =
makeAddLDIF("aci", peopleBase, pwdControls, extOpNotWC, ALLOW_ALL);
@@ -173,7 +174,7 @@
*
* @throws Exception If an unexpected result is returned.
*/
- @Test()
+ @Test
public void testExtendOpPwd() throws Exception {
String pwdLdifs =
makeAddLDIF("aci", peopleBase, pwdControls, extOp, ALLOW_ALL);
@@ -189,7 +190,7 @@
* @throws Exception If an unexpected result is returned.
*/
- @Test()
+ @Test
public void testTargetattrSideEffect() throws Exception {
String pwdLdifs =
makeAddLDIF("aci", peopleBase, complicated);
--
Gitblit v1.10.0