zoe Tue Jun 9 20:28:48 2009 UTC Modified files: /phpruntests/src/testcase/sections/executablesections rtFileExternalSection.php Log: fixed a typo http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/executablesections/rtFileExternalSection.php?r1=1.8&r2=1.9&diff_format=u Index: phpruntests/src/testcase/sections/executablesections/rtFileExternalSection.php diff -u phpruntests/src/testcase/sections/executablesections/rtFileExternalSection.php:1.8 phpruntests/src/testcase/sections/executablesections/rtFileExternalSection.php:1.9 --- phpruntests/src/testcase/sections/executablesections/rtFileExternalSection.php:1.8 Sun Jun 7 08:34:15 2009 +++ phpruntests/src/testcase/sections/executablesections/rtFileExternalSection.php Tue Jun 9 20:28:47 2009 @@ -34,8 +34,8 @@ private function copyExternalFileContent($testStatus) { if (sizeof($this->sectionContents) != 1) { - $this->testStatus->setTrue('fail'); - $this->testStatus->setMessage('fail', 'One file per testcase permitted.'); + $testStatus->setTrue('fail'); + $testStatus->setMessage('fail', 'One file per testcase permitted.'); return $testStatus; }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php