zoe             Sun May 17 11:47:11 2009 UTC

  Modified files:              
    /phpruntests/src/testcase/sections  rtExecutableSection.php 
  Log:
  overriding writeExecutableFile
  
http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/rtExecutableSection.php?r1=1.3&r2=1.4&diff_format=u
Index: phpruntests/src/testcase/sections/rtExecutableSection.php
diff -u phpruntests/src/testcase/sections/rtExecutableSection.php:1.3 
phpruntests/src/testcase/sections/rtExecutableSection.php:1.4
--- phpruntests/src/testcase/sections/rtExecutableSection.php:1.3       Sun May 
17 10:37:41 2009
+++ phpruntests/src/testcase/sections/rtExecutableSection.php   Sun May 17 
11:47:11 2009
@@ -14,7 +14,7 @@
      
     protected function writeExecutableFile()
     {        
-        $contentsAsString = implode("\n", $this->sectionContents);
+        $contentsAsString = implode("\n", $this->sectionContents) . "\n";
         file_put_contents($this->fileName,  (binary) $contentsAsString);
     }
 



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

Reply via email to