Explorar el Código

[TESTS] Updated Dojo version in Dojo view helper test

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18608 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew hace 16 años
padre
commit
21310e2793
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/Zend/Dojo/View/Helper/DojoTest.php

+ 1 - 1
tests/Zend/Dojo/View/Helper/DojoTest.php

@@ -223,7 +223,7 @@ class Zend_Dojo_View_Helper_DojoTest extends PHPUnit_Framework_TestCase
     public function testShouldUseLatestVersionWhenUsingCdnByDefault()
     {
         $this->helper->enable();
-        $this->assertEquals('1.2.0', $this->helper->getCdnVersion());
+        $this->assertEquals('1.3.2', $this->helper->getCdnVersion());
     }
 
     public function testShouldAllowSpecifyingDojoVersionWhenUtilizingCdn()