[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/strings/printf.phpt branches/PHP_5_3/ext/standard/tests/strings/sprintf_variation52.phpt trunk/ext/standard/tests/strings/printf.phpt t

2011-03-10 Thread Eyal Teutsch
eyaltThu, 10 Mar 2011 13:25:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309072 Log: fixed tests to match the new float precision of 53, as described in bug 47168 Bug: http://bugs.php.net/47168 (Closed) printf of floating point variable

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/phar/tests/phar_get_supported_signatures_002a.phpt trunk/ext/phar/tests/phar_get_supported_signatures_002a.phpt

2010-12-30 Thread Eyal Teutsch
eyaltThu, 30 Dec 2010 14:36:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306861 Log: removed extra ? from the FILE section Changed paths: U php/php-src/branches/PHP_5_3/ext/phar/tests/phar_get_supported_signatures_002a.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/phar/tests/cached_manifest_1.phpt branches/PHP_5_3/ext/phar/tests/cached_manifest_1U.phpt trunk/ext/phar/tests/cached_manifest_1.phpt trunk/ext/phar/t

2010-12-26 Thread Eyal Teutsch
eyaltSun, 26 Dec 2010 09:47:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306651 Log: using PWD which is supported by run-tests.php, rather than $cwd Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/sockets/tests/socket_connect_params.phpt branches/PHP_5_2/ext/sockets/tests/socket_create_listen_used.phpt branches/PHP_5_2/ext/sockets/tests/socket_g

2010-12-26 Thread Eyal Teutsch
eyaltSun, 26 Dec 2010 13:10:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306671 Log: fixed 6 tests to pass on non-linux os, by removing the generic linux error string from the exp result. on socket_strerror on the other hand, added to

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/spl/tests/SplFileObject_fgetcsv_basic.phpt branches/PHP_5_3/ext/spl/tests/SplFileObject_fgetcsv_delimiter_basic.phpt branches/PHP_5_3/ext/spl/tests/Sp

2010-12-26 Thread Eyal Teutsch
eyaltSun, 26 Dec 2010 13:29:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306673 Log: SplFileObject_fgetcsv files: SplFileObject__fgetcsv.csv used instead of SplFileObject::fgetcsv.csv, as to make this naming convetion windows legitimate

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ext/xmlwriter/tests/ bug48204.phpt

2010-12-14 Thread Eyal Teutsch
eyaltTue, 14 Dec 2010 13:07:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306364 Log: added value for PHP_MAXPATHLEN for os which is not windows/linux Changed paths: U php/php-src/branches/PHP_5_2/ext/xmlwriter/tests/bug48204.phpt

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/spl/tests/SplFileObject_fwrite_variation_001.phpt branches/PHP_5_2/ext/spl/tests/SplFileObject_fwrite_variation_002.phpt branches/PHP_5_2/ext/spl/test

2010-12-11 Thread Eyal Teutsch
eyaltSun, 12 Dec 2010 07:24:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306255 Log: moved the second unlink() to the CLEAN section in the SplFileObject_fwrite_variation* tests Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/spl/tests/bug42364.phpt trunk/ext/spl/tests/bug42364.phpt

2010-12-09 Thread Eyal Teutsch
eyaltThu, 09 Dec 2010 12:39:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306121 Log: test bug42364 included a superfluous ? Bug: http://bugs.php.net/42364 (Closed) Crash when using getRealPath with DirectoryIterator Changed

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pdo/tests/pdo_025.phpt trunk/ext/pdo/tests/pdo_025.phpt

2010-12-09 Thread Eyal Teutsch
eyaltThu, 09 Dec 2010 12:04:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306120 Log: pdo_025 expected a certain extra character that is not part of windows output. changed to optional char: %a - %A Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/curl/tests/curl_multi_getcontent_basic3.phpt branches/PHP_5_2/ext/curl/tests/curl_multi_getcontent_error1.phpt branches/PHP_5_2/ext/curl/tests/curl_mu

2010-12-08 Thread Eyal Teutsch
eyaltWed, 08 Dec 2010 14:16:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306080 Log: curl_setopt() arg: using DIRECTORY_SEPARATOR rather then / to make windows tests pass too Changed paths: U