Author: caefer
Date: 2010-03-22 13:21:06 +0100 (Mon, 22 Mar 2010)
New Revision: 28668

Removed:
   plugins/sfImageTransformExtraPlugin/trunk/test/unit/lib/template/
Modified:
   
plugins/sfImageTransformExtraPlugin/trunk/test/unit/lib/source/sfImageSourceHTTPTest.php
Log:
testsuite now runs through. individual tests however still fail.

Modified: 
plugins/sfImageTransformExtraPlugin/trunk/test/unit/lib/source/sfImageSourceHTTPTest.php
===================================================================
--- 
plugins/sfImageTransformExtraPlugin/trunk/test/unit/lib/source/sfImageSourceHTTPTest.php
    2010-03-22 11:22:06 UTC (rev 28667)
+++ 
plugins/sfImageTransformExtraPlugin/trunk/test/unit/lib/source/sfImageSourceHTTPTest.php
    2010-03-22 12:21:06 UTC (rev 28668)
@@ -78,9 +78,10 @@
     $this->assertType(PHPUnit_Framework_Constraint_IsType::TYPE_ARRAY, 
stat('sfImageSource://TestFile/file#1'));
   }
 
-  public function testGetUrl()
+  public function testbuildURIfromParameters()
   {
-    $this->assertEquals('http://localhost/TestFile/file/1', 
sfImageSourceHTTP::getUrl('sfImageSource://TestFile/file#1'));
+    $parameters = array('type' => 'TestFile', 'id' => 1, 'attribute' => 
'file');
+    $this->assertEquals('http://localhost/TestFile/file/1', 
sfImageSourceHTTP::buildURIfromParameters($parameters));
   }
 
   protected function setUp()

-- 
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