zoe Sun Jun 7 08:34:15 2009 UTC Modified files: /phpruntests/src/testcase/sections/executablesections rtFileExternalSection.php Log: fixed typo http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/executablesections/rtFileExternalSection.php?r1=1.7&r2=1.8&diff_format=u Index: phpruntests/src/testcase/sections/executablesections/rtFileExternalSection.php diff -u phpruntests/src/testcase/sections/executablesections/rtFileExternalSection.php:1.7 phpruntests/src/testcase/sections/executablesections/rtFileExternalSection.php:1.8 --- phpruntests/src/testcase/sections/executablesections/rtFileExternalSection.php:1.7 Tue Jun 2 19:12:08 2009 +++ phpruntests/src/testcase/sections/executablesections/rtFileExternalSection.php Sun Jun 7 08:34:15 2009 @@ -51,7 +51,7 @@ } $this->sectionContents[0] = file_get_contents($file); - return $this->testStatus; + return $testStatus; } public function writeExecutableFile() {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php