logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

cvs: pear-core /tests/PEAR_Command_Remote setup.php.inc: msg#00060

Subject: cvs: pear-core /tests/PEAR_Command_Remote setup.php.inc
cellog          Thu Mar 23 04:21:46 2006 UTC

  Modified files:              
    /pear-core/tests/PEAR_Command_Remote        setup.php.inc 
  Log:
  MFB fix Bug #6903: 9 PEAR_Command_Remote tests fail (update protocols)
  
http://cvs.php.net/viewcvs.cgi/pear-core/tests/PEAR_Command_Remote/setup.php.inc?r1=1.6&r2=1.7&diff_format=u
Index: pear-core/tests/PEAR_Command_Remote/setup.php.inc
diff -u pear-core/tests/PEAR_Command_Remote/setup.php.inc:1.6 
pear-core/tests/PEAR_Command_Remote/setup.php.inc:1.7
--- pear-core/tests/PEAR_Command_Remote/setup.php.inc:1.6       Fri Feb  3 
04:51:43 2006
+++ pear-core/tests/PEAR_Command_Remote/setup.php.inc   Thu Mar 23 04:21:46 2006
@@ -80,6 +80,11 @@
 require_once 'PEAR/Command/Remote.php';
 class test_PEAR_Command_Remote extends PEAR_Command_Remote
 {
+    function _checkChannelForStatus($channel, $chan)
+    {
+        return;
+    }
+
     function &getDownloader($options)
     {
         $a = &new test_PEAR_Downloader($this->ui, $options, $this->config);



<Prev in Thread] Current Thread [Next in Thread>