From f03aa9b7cb6576bee78e0ed72e1a6ee8513ebd2b Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 01 Jun 2007 01:11:08 +0000
Subject: [PATCH] Update the access logger so that it will not suppress internal operations when running the test cases.

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

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java
index 66014ff..cf90e5f 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java
@@ -339,7 +339,7 @@
 
     TextAccessLogPublisher startupAccessPublisher =
         TextAccessLogPublisher.getStartupTextAccessPublisher(
-            TestListener.ACCESS_TEXT_WRITER);
+            TestListener.ACCESS_TEXT_WRITER, false);
     AccessLogger.removeAllAccessLogPublishers();
     AccessLogger.addAccessLogPublisher(DN.decode("cn=Test Access Publisher"),
                                        startupAccessPublisher);

--
Gitblit v1.10.0