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/schema/CollationMatchingRuleTest.java | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/schema/CollationMatchingRuleTest.java b/opendj-server-legacy/src/test/java/org/opends/server/schema/CollationMatchingRuleTest.java
index 0ed96bf..565e3fe 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/schema/CollationMatchingRuleTest.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/schema/CollationMatchingRuleTest.java
@@ -22,7 +22,7 @@
*
*
* Copyright 2008-2009 Sun Microsystems, Inc.
- * Portions Copyright 2014 ForgeRock AS
+ * Portions Copyright 2014-2015 ForgeRock AS
*/
package org.opends.server.schema;
@@ -62,7 +62,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @BeforeClass()
+ @BeforeClass
public void startServer()
throws Exception
{
@@ -79,7 +79,7 @@
* Test to verify an ADD of an entry containing international characters.
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void addEntry() throws Exception
{
String filePath = TestCaseUtils.createTempFile(
@@ -260,7 +260,7 @@
* Test to verify the Sort control works well with the Collation
* Less-than-equal-to matching rule and French Locale.
*/
- @Test()
+ @Test
public void testSortControlLTERule() throws Exception
{
ArrayList<DN> expectedDNOrder = new ArrayList<DN>();
@@ -278,7 +278,7 @@
* Test to verify the Sort control works with Collation equality
* matching rule and Spanish locale.
*/
- @Test()
+ @Test
public void testSortControlEQRule() throws Exception
{
ArrayList<DN> expectedDNOrder = new ArrayList<DN>();
@@ -296,7 +296,7 @@
* Test to verify the Sort control works with Collation greater
* than matching rule and English locale in a descending order.
*/
- @Test()
+ @Test
public void testSortControlGTRule() throws Exception
{
ArrayList<DN> expectedDNOrder = new ArrayList<DN>();
@@ -315,7 +315,7 @@
* Tests the Sort control with the VLV control using a collation equality
* matching rule.
*/
- @Test()
+ @Test
public void testVLVSortControl() throws Exception
{
ArrayList<DN> expectedDNOrder = new ArrayList<DN>();
--
Gitblit v1.10.0