Author: ihabunek
Date: Sun Jan 29 19:52:16 2012
New Revision: 1237440

URL: http://svn.apache.org/viewvc?rev=1237440&view=rev
Log:
Fixed a test to work on PHP 5.2.

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

Modified: 
logging/log4php/trunk/src/test/php/configurators/LoggerConfigurationAdapterINITest.php
URL: 
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/php/configurators/LoggerConfigurationAdapterINITest.php?rev=1237440&r1=1237439&r2=1237440&view=diff
==============================================================================
--- 
logging/log4php/trunk/src/test/php/configurators/LoggerConfigurationAdapterINITest.php
 (original)
+++ 
logging/log4php/trunk/src/test/php/configurators/LoggerConfigurationAdapterINITest.php
 Sun Jan 29 19:52:16 2012
@@ -101,7 +101,7 @@ class LoggerConfigurationAdapterINITest 
        /**
         * Test exception is thrown when file is not a valid ini file.
         * @expectedException LoggerException
-        * @expectedExceptionMessage Error parsing configuration file: syntax 
error
+        * @expectedExceptionMessage Error parsing configuration file
         */
        public function testInvalidFileException() {
                $url =  PHPUNIT_CONFIG_DIR . 
'/adapters/ini/config_invalid_syntax.ini';


Reply via email to