[commits] Horde branch master updated. a33a959b0f6c56f441b53f1ce8b5f66d19c8d1ae

Chuck Hagenbuch chuck at horde.org
Tue Sep 29 17:31:42 UTC 2009


The branch "master" has been updated.
The following is a summary of the commits.

from: 5d15b933a890c9de8eaa7691747d53d820df9e90

f6ed2c6... This asserting was testing PHPUnit internals unintentionally. Remove it.
b9eaf07... - include PHPUnit/Framework.php - don't use include_once or silence calls in on-the-fly autoloader
d011286... We never want to autoload the CacheMock class
a33a959... These test suites need to not throw warnings when autoloading, so use the same logic we do in Horde_Autoloader. Also include PHPUnit/Framework.php.

-----------------------------------------------------------------------

commit f6ed2c660916956fbbb34bd17e3f1885c7f7f129
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Sep 29 13:23:30 2009 -0400

    This asserting was testing PHPUnit internals unintentionally. Remove it.

 framework/Support/test/Horde/Support/BacktraceTest.php |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Support/test/Horde/Support/BacktraceTest.php?rt=horde-git&r1=61971d6d5400bb47a18b3937a3c7a48aa622f1d9&r2=f6ed2c660916956fbbb34bd17e3f1885c7f7f129

-----------------------------------------------------------------------

commit b9eaf07fc2e16506564a6cf69e6a30bdacaeacb0
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Sep 29 13:24:29 2009 -0400

    - include PHPUnit/Framework.php
    - don't use include_once or silence calls in on-the-fly autoloader

 framework/Argv/test/Horde/Argv/AllTests.php                   |    2 +-
 framework/Auth/test/Horde/Auth/AllTests.php                   |    6 ++----
 framework/Constraint/test/Horde/Constraint/AllTests.php       |    9 ++++++---
 framework/Controller/test/Horde/Controller/AllTests.php       |    2 +-
 framework/Date/test/Horde/Date/AllTests.php                   |    2 +-
 framework/Http/lib/Horde/Http/Response/Mock.php               |    4 ++++
 framework/Log/test/Horde/Log/AllTests.php                     |    2 +-
 framework/Pdf/test/Horde/Pdf/AllTests.php                     |    2 +-
 framework/Routes/test/Horde/Routes/AllTests.php               |    4 ++--
 framework/Stream_Filter/test/Horde/Stream/Filter/AllTests.php |    5 ++---
 framework/Support/test/Horde/Support/AllTests.php             |    2 +-
 framework/Text_Textile/test/Horde/Text/Textile/AllTests.php   |    2 +-
 framework/View/test/Horde/View/AllTests.php                   |    2 +-
 framework/Xml_Element/test/Horde/Xml/Element/AllTests.php     |    2 +-
 14 files changed, 25 insertions(+), 21 deletions(-)

http://git.horde.org/diff.php/framework/Argv/test/Horde/Argv/AllTests.php?rt=horde-git&r1=d41f2d3aefe36ebbf6ac5fb7cae19c22bab36c2e&r2=b9eaf07fc2e16506564a6cf69e6a30bdacaeacb0
http://git.horde.org/diff.php/framework/Auth/test/Horde/Auth/AllTests.php?rt=horde-git&r1=880314e236f67912136bd1494d4dc177ade28846&r2=b9eaf07fc2e16506564a6cf69e6a30bdacaeacb0
http://git.horde.org/diff.php/framework/Constraint/test/Horde/Constraint/AllTests.php?rt=horde-git&r1=8824912b1f15b4ab9a43478adb9e9cd698e70786&r2=b9eaf07fc2e16506564a6cf69e6a30bdacaeacb0
http://git.horde.org/diff.php/framework/Controller/test/Horde/Controller/AllTests.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=b9eaf07fc2e16506564a6cf69e6a30bdacaeacb0
http://git.horde.org/diff.php/framework/Date/test/Horde/Date/AllTests.php?rt=horde-git&r1=f3baae109f1449d30e0061e3861ceb3e0feb1a90&r2=b9eaf07fc2e16506564a6cf69e6a30bdacaeacb0
http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Response/Mock.php?rt=horde-git&r1=4dfca4614d1acdedb7741e9e37f2f9bc6dd4c140&r2=b9eaf07fc2e16506564a6cf69e6a30bdacaeacb0
http://git.horde.org/diff.php/framework/Log/test/Horde/Log/AllTests.php?rt=horde-git&r1=26e749a5d35ef655540df1123a20b5eb1ce65132&r2=b9eaf07fc2e16506564a6cf69e6a30bdacaeacb0
http://git.horde.org/diff.php/framework/Pdf/test/Horde/Pdf/AllTests.php?rt=horde-git&r1=a915a8679ea8677ad920dc51d2b15a368c2eb2a3&r2=b9eaf07fc2e16506564a6cf69e6a30bdacaeacb0
http://git.horde.org/diff.php/framework/Routes/test/Horde/Routes/AllTests.php?rt=horde-git&r1=d17dddd19aaa63b21c6c4dbc9da299773a0f88bc&r2=b9eaf07fc2e16506564a6cf69e6a30bdacaeacb0
http://git.horde.org/diff.php/framework/Stream_Filter/test/Horde/Stream/Filter/AllTests.php?rt=horde-git&r1=1557a2a79f9f7cb1903943338c41c5da18ef2152&r2=b9eaf07fc2e16506564a6cf69e6a30bdacaeacb0
http://git.horde.org/diff.php/framework/Support/test/Horde/Support/AllTests.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=b9eaf07fc2e16506564a6cf69e6a30bdacaeacb0
http://git.horde.org/diff.php/framework/Text_Textile/test/Horde/Text/Textile/AllTests.php?rt=horde-git&r1=91adb7a3b93c6d7c4311b528167f6834263b3864&r2=b9eaf07fc2e16506564a6cf69e6a30bdacaeacb0
http://git.horde.org/diff.php/framework/View/test/Horde/View/AllTests.php?rt=horde-git&r1=60bfdac716ff1b95c209271514c9824533f215f4&r2=b9eaf07fc2e16506564a6cf69e6a30bdacaeacb0
http://git.horde.org/diff.php/framework/Xml_Element/test/Horde/Xml/Element/AllTests.php?rt=horde-git&r1=6c91102e14020e42776690eab12509af44847559&r2=b9eaf07fc2e16506564a6cf69e6a30bdacaeacb0

-----------------------------------------------------------------------

commit d01128614f077c6ab8a732db42f3af90640fc1cc
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Sep 29 13:30:24 2009 -0400

    We never want to autoload the CacheMock class

 framework/Db/test/Horde/Db/Adapter/MysqliSuite.php     |    2 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlSuite.php  |    2 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlSuite.php  |    2 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteSuite.php |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/MysqliSuite.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=d01128614f077c6ab8a732db42f3af90640fc1cc
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/MysqlSuite.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=d01128614f077c6ab8a732db42f3af90640fc1cc
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlSuite.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=d01128614f077c6ab8a732db42f3af90640fc1cc
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/SqliteSuite.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=d01128614f077c6ab8a732db42f3af90640fc1cc

-----------------------------------------------------------------------

commit a33a959b0f6c56f441b53f1ce8b5f66d19c8d1ae
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Sep 29 13:31:05 2009 -0400

    These test suites need to not throw warnings when autoloading, so use the same
    logic we do in Horde_Autoloader. Also include PHPUnit/Framework.php.

 framework/Db/test/Horde/Db/AllTests.php             |    2 +-
 framework/Injector/test/Horde/Injector/AllTests.php |    2 +-
 framework/Yaml/test/Horde/Yaml/AllTests.php         |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/Db/test/Horde/Db/AllTests.php?rt=horde-git&r1=fbccac8b24325928838802685f0f9bb13f3a7256&r2=a33a959b0f6c56f441b53f1ce8b5f66d19c8d1ae
http://git.horde.org/diff.php/framework/Injector/test/Horde/Injector/AllTests.php?rt=horde-git&r1=26e749a5d35ef655540df1123a20b5eb1ce65132&r2=a33a959b0f6c56f441b53f1ce8b5f66d19c8d1ae
http://git.horde.org/diff.php/framework/Yaml/test/Horde/Yaml/AllTests.php?rt=horde-git&r1=90a2646bbf3596ef601ead89802a54425d99dc73&r2=a33a959b0f6c56f441b53f1ce8b5f66d19c8d1ae




More information about the commits mailing list