mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gbellato
24.55.2009 edd1479115739420a471b495bed05b9ba567ba2b
Improve unit tests traces to help debugging
1 files modified
5 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/FractionalReplicationTest.java 5 ●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/FractionalReplicationTest.java
@@ -77,6 +77,7 @@
import static org.opends.server.loggers.debug.DebugLogger.debugEnabled;
import static org.opends.server.loggers.debug.DebugLogger.getTracer;
import static org.opends.messages.ReplicationMessages.*;
import static org.opends.server.util.StaticUtils.stackTraceToSingleLineString;
/**
 * Various tests around fractional replication
@@ -977,7 +978,9 @@
    catch(Exception e)
    {
      fail("checkEntryFilteredAfterAdd error: "  +
        e.getClass().getName() + " :" + e.getMessage());
        e.getClass().getName() + " :" + e.getMessage() +
        " " + stackTraceToSingleLineString(e)
        );
    }
  }