Author: ts
Date: Mon Nov 26 20:58:36 2007
New Revision: 6821

Log:
- Fixed test case.
# Seems to be broken with some PHPUnit update.

Modified:
    trunk/ImageConversion/tests/test_case.php

Modified: trunk/ImageConversion/tests/test_case.php
==============================================================================
--- trunk/ImageConversion/tests/test_case.php [iso-8859-1] (original)
+++ trunk/ImageConversion/tests/test_case.php [iso-8859-1] Mon Nov 26 20:58:36 
2007
@@ -17,9 +17,9 @@
 
     protected $referencePath;
 
-    public function __construct( $string = "" )
+    public function __construct()
     {
-        parent::__construct( $string );
+        parent::__construct();
         $dataDir = dirname( __FILE__ ) . "/data";
         foreach ( glob( "$dataDir/*" ) as $testFile )
         {


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to