Re: [PHP-DEV] php.ini and PHPT

2007-03-16 Thread Zoe Slattery
Hi Marcus Marcus Boerger wrote: Then I saw you changed a hell lot of expectations from "(-%d)" to "(%i)". While this pretty much works it drops an important detail of the expectation. The old version was aware of the sign of the result while the new one is not. That means that now you might fix

Re: [PHP-DEV] php.ini and PHPT

2007-03-16 Thread Marcus Boerger
Hello Zoe, Friday, March 16, 2007, 3:26:20 PM, you wrote: > Hi Marcus > Thanks - that answers the question ...and test cases are on their way:-) > I have just committed 3 tests in the PHP 6 stream (strcasecmp, strcmp, > strlen) and would very much appreciate any feedback on them. We are > aim

Re: [PHP-DEV] php.ini and PHPT

2007-03-16 Thread Zoe Slattery
Hi Marcus Thanks - that answers the question ...and test cases are on their way:-) I have just committed 3 tests in the PHP 6 stream (strcasecmp, strcmp, strlen) and would very much appreciate any feedback on them. We are aiming for both line coverage and functional coverage, it would be good

Re: [PHP-DEV] php.ini and PHPT

2007-03-14 Thread Marcus Boerger
Hello Zoe, we decided to go the --INI-- route to test as many configurations as possible. And only for specific tests change specific ini settings as necessary. If one usees phpt as a test framework for his on web stuff then it might be a good idea to do as you suggested. You would simply do "ph

[PHP-DEV] php.ini and PHPT

2007-03-14 Thread Zoe Slattery
Hi - I wonder if anyone could help me with a testing question? We have written a few additional test cases for string functions which I was about to check-in, then I noticed that the test cases pass OK if I use the php.ini-dist file and fail if I don't specify an file (ie use all default setti