Author: ts
Date: Mon Dec  3 20:41:30 2007
New Revision: 6907

Log:
- Adjusted similarity thresholds.

Modified:
    trunk/ImageConversion/tests/handlergd_test.php
    trunk/ImageConversion/tests/handlershell_test.php

Modified: trunk/ImageConversion/tests/handlergd_test.php
==============================================================================
--- trunk/ImageConversion/tests/handlergd_test.php [iso-8859-1] (original)
+++ trunk/ImageConversion/tests/handlergd_test.php [iso-8859-1] Mon Dec  3 
20:41:30 2007
@@ -311,7 +311,7 @@
         $this->assertImageSimilar(
             $this->getReferencePath(),
             $dstPath,
-            300
+            500
         );
     }
 }

Modified: trunk/ImageConversion/tests/handlershell_test.php
==============================================================================
--- trunk/ImageConversion/tests/handlershell_test.php [iso-8859-1] (original)
+++ trunk/ImageConversion/tests/handlershell_test.php [iso-8859-1] Mon Dec  3 
20:41:30 2007
@@ -274,7 +274,7 @@
             $this->getReferencePath(),
             $dstPath,
              "Converting transparent background failed.",
-            300
+            500
         );
     }
 }


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

Reply via email to