You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by ih...@apache.org on 2010/11/20 12:48:26 UTC

svn commit: r1037182 - /logging/log4php/trunk/src/test/php/configurators/test5.properties

Author: ihabunek
Date: Sat Nov 20 11:48:26 2010
New Revision: 1037182

URL: http://svn.apache.org/viewvc?rev=1037182&view=rev
Log:
Changed a config file used in LoggerConfiguratorIniTest so that it won't create test log files in /tmp, but in <log4php>/target/temp. Otherwise, when testing on Windows, <drive>:\tmp gets created which is not desirable.

Modified:
    logging/log4php/trunk/src/test/php/configurators/test5.properties

Modified: logging/log4php/trunk/src/test/php/configurators/test5.properties
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/php/configurators/test5.properties?rev=1037182&r1=1037181&r2=1037182&view=diff
==============================================================================
--- logging/log4php/trunk/src/test/php/configurators/test5.properties (original)
+++ logging/log4php/trunk/src/test/php/configurators/test5.properties Sat Nov 20 11:48:26 2010
@@ -15,11 +15,11 @@
 ;
 
 log4php.appender.test51 = LoggerAppenderFile
-log4php.appender.test51.file = /tmp/51.log
+log4php.appender.test51.file = ../../../target/temp/51.log
 log4php.appender.test51.layout = LoggerLayoutTTCC
 
 log4php.appender.test50 = LoggerAppenderFile
-log4php.appender.test50.file = /tmp/50.log
+log4php.appender.test50.file = ../../../target/temp/50.log
 log4php.appender.test50.layout = LoggerLayoutSimple