From 9d1bd29ee527b598f0e91a9d02920eaacb3f767d Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Wed, 07 May 2014 09:27:48 +0000
Subject: [PATCH] OPENDJ-1388 – Implement simple changelog db based on single log file

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/DirectoryServerTestCase.java |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/DirectoryServerTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/DirectoryServerTestCase.java
index e3bfc3e..96e1005 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/DirectoryServerTestCase.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/DirectoryServerTestCase.java
@@ -22,7 +22,7 @@
  *
  *
  *      Copyright 2006-2008 Sun Microsystems, Inc.
- *      Portions copyright 2013 ForgeRock AS.
+ *      Portions copyright 2013-2014 ForgeRock AS.
  */
 package org.opends.server;
 
@@ -32,6 +32,7 @@
 import org.testng.annotations.Test;
 import org.testng.annotations.AfterClass;
 import org.opends.messages.Message;
+import org.opends.server.replication.ReplicationTestCase;
 
 import java.util.ArrayList;
 import java.util.Collections;
@@ -54,6 +55,10 @@
 
   @BeforeSuite
   public final void suppressOutput() {
+    System.out.println("Replication DB implementation used in tests: '" +
+        ReplicationTestCase.replicationDbImplementation + "'.");
+    System.out.flush();
+
     TestCaseUtils.suppressOutput();
   }
 

--
Gitblit v1.10.0