On Fri, 24 Sep 2004, Kamesh Jayachandran wrote:
> Hi Marcus,
>
> Found the cause of the problem.
>
> getSectionText function in run-tests2.php is trimming the each
> sectiontext values except for POST.
Don't use run-tests2.php, it's not working and not supported.
Derick
--
PHP Internals - PHP
Hi Marcus,
Found the cause of the problem.
getSectionText function in run-tests2.php is trimming the each
sectiontext values except for POST.
This trimming causes the eol character in the phpt file to get lost when
saved to a php file.
Should we have to remove the trim function? or fix our test
Hi Marcus,
For me also this test is going through if I run the test using
run-tests.php.
But it fails with run-tests2.php
With run-tests2.php
I could see the output from the execute function itself was lacking that
one new line character that exists between
===DONE=== and the actual waring line.
Hello Kamesh,
doesn't work for me. And if you were right we would see those tests FAILing
in all php 5 test reports. There must be another problem.
regards
marcus
Thursday, September 23, 2004, 1:15:30 PM, you wrote:
> Hi Helly,
> I had the tests/classes/factory_and_singleton_009.phpt testcase