Преглед на файлове

Removed stray echo statement from Zend_Http_Client_StaticTest

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24761 44c647ce-9c0f-0410-b52a-842ac1e357ba
adamlundrigan преди 14 години
родител
ревизия
934bee807c
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      tests/Zend/Http/Client/StaticTest.php

+ 0 - 1
tests/Zend/Http/Client/StaticTest.php

@@ -650,7 +650,6 @@ class Zend_Http_Client_StaticTest extends PHPUnit_Framework_TestCase
 		} catch (Zend_Http_Client_Exception $e) {
 		} catch (Zend_Http_Client_Exception $e) {
 			$this->fail('Unexpected exception was thrown');
 			$this->fail('Unexpected exception was thrown');
 		}
 		}
-        echo "THERE";
 		// we can safely return until we can verify link is still active
 		// we can safely return until we can verify link is still active
 		// @todo verify link is still active
 		// @todo verify link is still active
 		return;
 		return;