瀏覽代碼

Forgot to remove comment on a test that made my php installation segfault

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17647 44c647ce-9c0f-0410-b52a-842ac1e357ba
cogo 16 年之前
父節點
當前提交
8edf69c7f7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/Zend/Uri/HttpTest.php

+ 1 - 1
tests/Zend/Uri/HttpTest.php

@@ -272,7 +272,7 @@ class Zend_Uri_HttpTest extends PHPUnit_Framework_TestCase
         $uri = file_get_contents(dirname(realpath(__FILE__)) . DIRECTORY_SEPARATOR .
            '_files' . DIRECTORY_SEPARATOR . 'testVeryLongUriZF3712.txt');
 
-        // $this->_testValidUri($uri);
+        $this->_testValidUri($uri);
     }
 
     /**