You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2021/11/06 00:43:23 UTC

[logging-log4cxx] 18/20: Fix test case

This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch LOGCXX-510
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit 26b8ffdb426dfc6ed6f2e9f49fe63536b1c1e219
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Fri Nov 5 20:06:17 2021 -0400

    Fix test case
---
 src/test/resources/input/xml/DOMTestCase1.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/resources/input/xml/DOMTestCase1.xml b/src/test/resources/input/xml/DOMTestCase1.xml
index c75ab26..3fd822c 100644
--- a/src/test/resources/input/xml/DOMTestCase1.xml
+++ b/src/test/resources/input/xml/DOMTestCase1.xml
@@ -32,8 +32,8 @@
   <appender name="A2" class="org.apache.log4j.FileAppender">
     <param name="File" value="output/temp.A2" />
     <param name="Append" value="false" />
-    <layout class="org.apache.log4j.TTCCLayout">
-      <param name="DateFormat" value="ISO8601" />
+    <layout class="org.apache.log4j.PatternLayout">
+      <param name="ConversionPattern" value=" [%t] %p %c - %m%n" />
     </layout>		
   </appender>