Author: caefer
Date: 2010-03-23 20:43:25 +0100 (Tue, 23 Mar 2010)
New Revision: 28737

Modified:
   
plugins/sfImageTransformExtraPlugin/trunk/test/unit/lib/transforms/sfImageAlphaMaskGDTest.php
Log:
found and fixed error in test case execution

Modified: 
plugins/sfImageTransformExtraPlugin/trunk/test/unit/lib/transforms/sfImageAlphaMaskGDTest.php
===================================================================
--- 
plugins/sfImageTransformExtraPlugin/trunk/test/unit/lib/transforms/sfImageAlphaMaskGDTest.php
       2010-03-23 19:17:17 UTC (rev 28736)
+++ 
plugins/sfImageTransformExtraPlugin/trunk/test/unit/lib/transforms/sfImageAlphaMaskGDTest.php
       2010-03-23 19:43:25 UTC (rev 28737)
@@ -41,6 +41,11 @@
   {
     $mask = new 
sfImage(dirname(__FILE__).'/../../../../data/example-resources/masks/pattern.gif');
     $this->assertType('sfImage', $this->img->alphaMask($mask));
+  }
+
+  public function testTransformWithColor() 
+  {
+    $mask = new 
sfImage(dirname(__FILE__).'/../../../../data/example-resources/masks/pattern.gif');
     $this->assertType('sfImage', $this->img->alphaMask($mask, '#0000FF'));
   }
 

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to