[svn-components] 6900 - /trunk/Authentication/tests/filters/openid/openid_test.php

2007-12-03 Thread Derick Rethans
Author: dr Date: Mon Dec 3 11:19:57 2007 New Revision: 6900 Log: - Reset the $_GET and $_SERVER after the tests, so that other tests that rely on them keep working. This is necessary to make the ConsoleTools tests run after Authentication tests f.e. Modified:

[svn-components] 6899 - /trunk/Authentication/tests/filters/openid/openid_test.php

2007-12-03 Thread Alexandru Stanoi
Author: as Date: Mon Dec 3 11:11:03 2007 New Revision: 6899 Log: - Fixed a test which breaks without gmp or bcmath. Modified: trunk/Authentication/tests/filters/openid/openid_test.php Modified: trunk/Authentication/tests/filters/openid/openid_test.php

[svn-components] 6902 - in /trunk/Database: ChangeLog src/handlers/sqlite.php src/sqlabstraction/implementations/expression_sqlite.php src/sqlabstraction/implementations/query_sqlite_function_implemen

2007-12-03 Thread Derick Rethans
Author: dr Date: Mon Dec 3 13:43:47 2007 New Revision: 6902 Log: - Fixed bug #12152: The SQLite's unixTimestamp() expression function implementation uses the current UTC offset, instead of the UTC offset that belongs to the date for which a Unix timestamp should be generated. Modified:

[svn-components] 6903 - /trunk/Database/src/handlers/oracle.php

2007-12-03 Thread Derick Rethans
Author: dr Date: Mon Dec 3 14:22:07 2007 New Revision: 6903 Log: - Make the signature the same, to avoid warnings with PHP 5.3. Modified: trunk/Database/src/handlers/oracle.php Modified: trunk/Database/src/handlers/oracle.php

[svn-components] 6904 - /trunk/Template/tests/locale_test.php

2007-12-03 Thread Derick Rethans
Author: dr Date: Mon Dec 3 16:20:20 2007 New Revision: 6904 Log: - Add a few fallback locales. #- The test still fails if it is run after Template/tests/template_test.php. Modified: trunk/Template/tests/locale_test.php Modified: trunk/Template/tests/locale_test.php

[svn-components] 6905 - /trunk/Template/tests/template_test.php

2007-12-03 Thread Sebastian Bergmann
Author: sb Date: Mon Dec 3 16:47:45 2007 New Revision: 6905 Log: - Fix ezcTemplateLocaleTest::testFloats(). Modified: trunk/Template/tests/template_test.php Modified: trunk/Template/tests/template_test.php == ---

[svn-components] 6906 - in /trunk/ImageConversion: ChangeLog src/handlers/imagemagick_base.php tests/data/compare/ezcImageConversionHandlerShellTest_testConvertTransparentNonTransparent

2007-12-03 Thread Tobias Schlitt
Author: ts Date: Mon Dec 3 20:28:37 2007 New Revision: 6906 Log: - Fixed issue #12160: Conversion of transparent backgrounds does not work on certain systems. Modified: trunk/ImageConversion/ChangeLog trunk/ImageConversion/src/handlers/imagemagick_base.php

[svn-components] 6907 - in /trunk/ImageConversion/tests: handlergd_test.php handlershell_test.php

2007-12-03 Thread Tobias Schlitt
Author: ts Date: Mon Dec 3 20:41:30 2007 New Revision: 6907 Log: - Adjusted similarity thresholds. Modified: trunk/ImageConversion/tests/handlergd_test.php trunk/ImageConversion/tests/handlershell_test.php Modified: trunk/ImageConversion/tests/handlergd_test.php

[svn-components] 6908 - /trunk/ImageConversion/tests/handlergd_test.php

2007-12-03 Thread Tobias Schlitt
Author: ts Date: Mon Dec 3 20:44:35 2007 New Revision: 6908 Log: - Test case fix. Modified: trunk/ImageConversion/tests/handlergd_test.php Modified: trunk/ImageConversion/tests/handlergd_test.php == ---