From 08cb78a98bc35e0c625917d63de381b0093711f2 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 08 Aug 2016 07:31:26 +0000
Subject: [PATCH] Partial OPENDJ-3106 Migrate Entry
---
opendj-server-legacy/src/test/java/org/opends/server/replication/GenerationIdTest.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/replication/GenerationIdTest.java b/opendj-server-legacy/src/test/java/org/opends/server/replication/GenerationIdTest.java
index eec9342..5b32d27 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/replication/GenerationIdTest.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/replication/GenerationIdTest.java
@@ -469,7 +469,7 @@
debugInfo("Entry found <" + baseDN + ">");
AttributeType synchronizationGenIDType = DirectoryServer.getSchema().getAttributeType(REPLICATION_GENERATION_ID);
- Attribute attr = resultEntry.getExactAttribute(AttributeDescription.create(synchronizationGenIDType));
+ Attribute attr = resultEntry.getAttribute(AttributeDescription.create(synchronizationGenIDType));
return Long.valueOf(attr.iterator().next().toString());
}
return -1;
--
Gitblit v1.10.0