Author: sdeboy
Date: Thu Jun 17 04:13:02 2010
New Revision: 955475
URL: http://svn.apache.org/viewvc?rev=955475&view=rev
Log:
fallback1.xml file appender configuration does not fail on Mac OSX - changing
to empty string to get the test to fail
Modified:
logging/log4j/trunk/tests/input/xml/fallback1.xml
Modified: logging/log4j/trunk/tests/input/xml/fallback1.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/trunk/tests/input/xml/fallback1.xml?rev=955475&r1=955474&r2=955475&view=diff
==============================================================================
--- logging/log4j/trunk/tests/input/xml/fallback1.xml (original)
+++ logging/log4j/trunk/tests/input/xml/fallback1.xml Thu Jun 17 04:13:02 2010
@@ -26,7 +26,7 @@
<appender-ref ref="FALLBACK" />
</errorHandler>
- <param name="File" value="/xyz/:x.log" />
+ <param name="File" value="" />
<param name="Append" value="false" />
<layout class="org.apache.log4j.PatternLayout">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]