From f78f372a776579b6c2fb0a0bbb77b098a535aa20 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Fri, 29 Apr 2016 13:10:39 +0000
Subject: [PATCH] unit tests: removed some additional suppressions (compared to forgerock-build-tools equivalent file)
---
opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/StateMachineTest.java | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/StateMachineTest.java b/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/StateMachineTest.java
index 9e08e9c..da4a5e1 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/StateMachineTest.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/StateMachineTest.java
@@ -536,7 +536,9 @@
* DS2 sends reset gen id order with bad gen id: DS1 should go in bad gen id status
* (from degraded status this time)
*/
- resetGenId(ds2, -1); // -1 to allow next step full update and flush RS db so that DS1 can reconnect after full update
+ // -1 to allow next step full update and flush RS db so that DS1 can reconnect after full
+ // update
+ resetGenId(ds2, -1);
waitUntilStatusEquals(ds1, ServerStatus.BAD_GEN_ID_STATUS);
bw.pause();
@@ -1120,7 +1122,8 @@
* @param domain The domain whose status we want to test
* @param expectedStatus The expected domain status
*/
- private void waitUntilStatusEquals(final LDAPReplicationDomain domain, final ServerStatus expectedStatus) throws Exception
+ private void waitUntilStatusEquals(final LDAPReplicationDomain domain, final ServerStatus expectedStatus)
+ throws Exception
{
assertNotNull(domain);
assertNotNull(expectedStatus);
--
Gitblit v1.10.0