Author: ts
Date: Thu Nov 29 15:24:01 2007
New Revision: 6886

Log:
- Adjusted comparison threshold for some ImageMagick filter tests.

Modified:
    trunk/ImageConversion/tests/filtersshell_test.php

Modified: trunk/ImageConversion/tests/filtersshell_test.php
==============================================================================
--- trunk/ImageConversion/tests/filtersshell_test.php [iso-8859-1] (original)
+++ trunk/ImageConversion/tests/filtersshell_test.php [iso-8859-1] Thu Nov 29 
15:24:01 2007
@@ -675,7 +675,7 @@
             $this->getReferencePath(),
             $this->getTempPath(),
             "Image not rendered as expected.",
-            ezcImageConversionTestCase::DEFAULT_SIMILARITY_GAP
+            500
         );
     }
     
@@ -687,7 +687,7 @@
             $this->getReferencePath(),
             $this->getTempPath(),
             "Image not rendered as expected.",
-            ezcImageConversionTestCase::DEFAULT_SIMILARITY_GAP
+            500
         );
     }
     
@@ -731,7 +731,7 @@
             $this->getReferencePath(),
             $this->getTempPath(),
             "Image not rendered as expected.",
-            ezcImageConversionTestCase::DEFAULT_SIMILARITY_GAP
+            500
         );
     }
     
@@ -743,7 +743,7 @@
             $this->getReferencePath(),
             $this->getTempPath(),
             "Image not rendered as expected.",
-            ezcImageConversionTestCase::DEFAULT_SIMILARITY_GAP
+            500
         );
     }
     


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

Reply via email to