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 2011/06/04 11:01:05 UTC

svn commit: r1131353 - /logging/log4php/trunk/src/test/php/configurators/LoggerConfiguratorIniTest.php

Author: ihabunek
Date: Sat Jun  4 09:01:05 2011
New Revision: 1131353

URL: http://svn.apache.org/viewvc?rev=1131353&view=rev
Log:
Fixed a bug in LoggerConfiguratorIniTest where a test would fail because the configuration wasn't cleared before configuring.

Modified:
    logging/log4php/trunk/src/test/php/configurators/LoggerConfiguratorIniTest.php

Modified: logging/log4php/trunk/src/test/php/configurators/LoggerConfiguratorIniTest.php
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/php/configurators/LoggerConfiguratorIniTest.php?rev=1131353&r1=1131352&r2=1131353&view=diff
==============================================================================
--- logging/log4php/trunk/src/test/php/configurators/LoggerConfiguratorIniTest.php (original)
+++ logging/log4php/trunk/src/test/php/configurators/LoggerConfiguratorIniTest.php Sat Jun  4 09:01:05 2011
@@ -39,7 +39,7 @@ class FruitRenderer implements LoggerRen
 class LoggerConfiguratorIniTest extends PHPUnit_Framework_TestCase {
 
     protected function setUp() {
-
+		Logger :: resetConfiguration();
     }
 
     protected function tearDown() {