[commits] Horde branch master updated. 66bfe827d4d78cd891084069cfcc3347917ad6ec

Michael M Slusarz slusarz at horde.org
Wed Jan 29 08:08:07 UTC 2014


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

from: d53c996ebe8ddc3140fa2f2cba25ee28e64b3811

93c0401 This doesn't need to extend the Wrapped version
e8b273f phpdoc
66bfe82 Initial work to get Ingo tests working again

Summary: http://github.com/horde/horde/compare/d53c996ebe8ddc3140fa2f2cba25ee28e64b3811...66bfe827d4d78cd891084069cfcc3347917ad6ec

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

commit 93c040176d8a19c4d3cfc882013eeb0e5889c730
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 28 23:21:43 2014 -0700

    This doesn't need to extend the Wrapped version

 framework/Smtp/lib/Horde/Smtp/Exception.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/93c040176d8a19c4d3cfc882013eeb0e5889c730
http://git.horde.org/horde-git/-/commit/93c040176d8a19c4d3cfc882013eeb0e5889c730

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

commit e8b273f42d5038003daaad66d853fa24c2b993ec
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 28 23:55:49 2014 -0700

    phpdoc

 framework/Mime/lib/Horde/Mime/Part.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/e8b273f42d5038003daaad66d853fa24c2b993ec
http://git.horde.org/horde-git/-/commit/e8b273f42d5038003daaad66d853fa24c2b993ec

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

commit 66bfe827d4d78cd891084069cfcc3347917ad6ec
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 29 01:07:40 2014 -0700

    Initial work to get Ingo tests working again

 ingo/lib/Storage/Mock.php             |    2 +-
 ingo/lib/tests/AllTests.php           |   65 ------
 ingo/lib/tests/MaildropTest.php       |  127 ------------
 ingo/lib/tests/ProcmailTest.php       |  198 -------------------
 ingo/lib/tests/ScriptTest.php         |  346 ---------------------------------
 ingo/lib/tests/SieveTest.php          |  149 --------------
 ingo/lib/tests/TestBase.php           |   59 ------
 ingo/lib/tests/_data/from_spammer     |   40 ----
 ingo/lib/tests/_data/not_from_spammer |   40 ----
 ingo/package.xml                      |   54 +++--
 ingo/test/Ingo/AllTests.php           |    3 +
 ingo/test/Ingo/Autoload.php           |   15 ++
 ingo/test/Ingo/ScriptTest.php         |  344 ++++++++++++++++++++++++++++++++
 ingo/test/Ingo/Unit/MaildropTest.php  |  146 ++++++++++++++
 ingo/test/Ingo/Unit/ProcmailTest.php  |  211 ++++++++++++++++++++
 ingo/test/Ingo/Unit/SieveTest.php     |  168 ++++++++++++++++
 ingo/test/Ingo/Unit/TestBase.php      |  138 +++++++++++++
 ingo/test/Ingo/_data/from_spammer     |   40 ++++
 ingo/test/Ingo/_data/not_from_spammer |   40 ++++
 ingo/test/Ingo/bootstrap.php          |    3 +
 ingo/test/Ingo/phpunit.xml            |    1 +
 21 files changed, 1143 insertions(+), 1046 deletions(-)
 delete mode 100644 ingo/lib/tests/AllTests.php
 delete mode 100644 ingo/lib/tests/MaildropTest.php
 delete mode 100644 ingo/lib/tests/ProcmailTest.php
 delete mode 100644 ingo/lib/tests/ScriptTest.php
 delete mode 100644 ingo/lib/tests/SieveTest.php
 delete mode 100644 ingo/lib/tests/TestBase.php
 delete mode 100644 ingo/lib/tests/_data/from_spammer
 delete mode 100644 ingo/lib/tests/_data/not_from_spammer
 create mode 100644 ingo/test/Ingo/AllTests.php
 create mode 100644 ingo/test/Ingo/Autoload.php
 create mode 100644 ingo/test/Ingo/ScriptTest.php
 create mode 100644 ingo/test/Ingo/Unit/MaildropTest.php
 create mode 100644 ingo/test/Ingo/Unit/ProcmailTest.php
 create mode 100644 ingo/test/Ingo/Unit/SieveTest.php
 create mode 100644 ingo/test/Ingo/Unit/TestBase.php
 create mode 100644 ingo/test/Ingo/_data/from_spammer
 create mode 100644 ingo/test/Ingo/_data/not_from_spammer
 create mode 100644 ingo/test/Ingo/bootstrap.php
 create mode 100644 ingo/test/Ingo/phpunit.xml

http://github.com/horde/horde/commit/66bfe827d4d78cd891084069cfcc3347917ad6ec
http://git.horde.org/horde-git/-/commit/66bfe827d4d78cd891084069cfcc3347917ad6ec




More information about the commits mailing list