zoe             Tue Apr 28 20:58:39 2009 UTC

  Modified files:              
    /phpruntests/src/testcase/sections/executablesections       
                                                                
rtFileSection.php 
  Log:
  POST implemented
  
http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/executablesections/rtFileSection.php?r1=1.7&r2=1.8&diff_format=u
Index: phpruntests/src/testcase/sections/executablesections/rtFileSection.php
diff -u 
phpruntests/src/testcase/sections/executablesections/rtFileSection.php:1.7 
phpruntests/src/testcase/sections/executablesections/rtFileSection.php:1.8
--- phpruntests/src/testcase/sections/executablesections/rtFileSection.php:1.7  
Tue Apr 28 20:23:43 2009
+++ phpruntests/src/testcase/sections/executablesections/rtFileSection.php      
Tue Apr 28 20:58:39 2009
@@ -34,7 +34,7 @@
             $phpCommand .= ' '. 
$testCase->testConfiguration->getPhpCommandLineArguments();
             $phpCommand .= ' -f '.$this->fileName;
             $phpCommand .= ' 
'.$testCase->testConfiguration->getTestCommandLineArguments();
-            $phpCommand .= ' 
'.$testCase->testConfiguration->getInputFileString();
+            $phpCommand .= ' 2>&1 
'.$testCase->testConfiguration->getInputFileString();
              
 
             $PhpRunner = new rtPhpRunner($phpCommand,



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to