Hi, just one question: i ran all the test locally with success. The error below didn't show up to me. But why? I expierenced the same behaviour with LoggerHierarchyTest. When calling it directly, it failed. But calling all tests worked perfectly. Any idea why this happened? I can reproduce this behaviour on two different macs, one with 10.4 and one with 10.5
Cheers Christian On Sat, May 23, 2009 at 8:45 PM, <[email protected]> wrote: > Author: kurdalen > Date: Sat May 23 18:45:25 2009 > New Revision: 777983 > > URL: http://svn.apache.org/viewvc?rev=777983&view=rev > Log: > fixed access level to LoggerLoggingEventTestCaseAppender::append() > > Modified: > incubator/log4php/trunk/src/test/php/LoggerLoggingEventTest.php > > Modified: incubator/log4php/trunk/src/test/php/LoggerLoggingEventTest.php > URL: > http://svn.apache.org/viewvc/incubator/log4php/trunk/src/test/php/LoggerLoggingEventTest.php?rev=777983&r1=777982&r2=777983&view=diff > ============================================================================== > --- incubator/log4php/trunk/src/test/php/LoggerLoggingEventTest.php (original) > +++ incubator/log4php/trunk/src/test/php/LoggerLoggingEventTest.php Sat May > 23 18:45:25 2009 > @@ -27,7 +27,7 @@ > > protected $requiresLayout = true; > > - protected function append($event) { > + public function append($event) { > $this->layout->format($event); > } > > > >
