The branch "master" has been updated. The following is a summary of the commits.
from: d6ae7ac460f5ec6c90f92763b890ed65e46edaeb 6991a11 Start refactoring. f8580dc Setup test suite. bde4dff Support creating the Kolab driver. b4749d4 Bug #9624: Groups fail ----------------------------------------------------------------------- commit 6991a11a67bb18fb5c2275def7f94e97f2e91e48 Author: Gunnar Wrobel <[email protected]> Date: Sun Mar 6 11:13:46 2011 +0100 Start refactoring. mnemo/lib/Driver/Kolab.php | 1246 ++++++++++++++++++++++---------------------- 1 files changed, 616 insertions(+), 630 deletions(-) http://git.horde.org/horde-git/-/commit/6991a11a67bb18fb5c2275def7f94e97f2e91e48 ----------------------------------------------------------------------- commit f8580dc55a425a95857493617c9ca01d70d0588e Author: Gunnar Wrobel <[email protected]> Date: Sun Mar 6 11:14:15 2011 +0100 Setup test suite. mnemo/lib/tests/Mnemo/AllTests.php | 48 ++++++++++++++++++++++++++++++++++++ mnemo/lib/tests/Mnemo/Autoload.php | 22 ++++++++++++++++ mnemo/lib/tests/Mnemo/TestCase.php | 37 +++++++++++++++++++++++++++ mnemo/lib/tests/Mnemo/phpunit.xml | 8 ++++++ 4 files changed, 115 insertions(+), 0 deletions(-) create mode 100644 mnemo/lib/tests/Mnemo/AllTests.php create mode 100644 mnemo/lib/tests/Mnemo/Autoload.php create mode 100644 mnemo/lib/tests/Mnemo/TestCase.php create mode 100644 mnemo/lib/tests/Mnemo/phpunit.xml http://git.horde.org/horde-git/-/commit/f8580dc55a425a95857493617c9ca01d70d0588e ----------------------------------------------------------------------- commit bde4dff5cfd6186e1b146e257cdfedee4fd18343 Author: Gunnar Wrobel <[email protected]> Date: Sun Mar 6 11:14:45 2011 +0100 Support creating the Kolab driver. mnemo/lib/Factory/Driver.php | 4 +- mnemo/lib/tests/Mnemo/Unit/Factory/DriverTest.php | 54 +++++++++++++++++++++ 2 files changed, 57 insertions(+), 1 deletions(-) create mode 100644 mnemo/lib/tests/Mnemo/Unit/Factory/DriverTest.php http://git.horde.org/horde-git/-/commit/bde4dff5cfd6186e1b146e257cdfedee4fd18343 ----------------------------------------------------------------------- commit b4749d452a88646de1fd207ed9debab048a143c1 Author: Gunnar Wrobel <[email protected]> Date: Sun Mar 6 14:26:05 2011 +0100 Bug #9624: Groups fail Added support for the Mock and the Kolab group drivers in the factory. framework/Core/lib/Horde/Core/Factory/Group.php | 6 ++- framework/Core/test/Horde/Core/Factory/GroupTest.php | 45 ++++++++++++++++++ 2 files changed, 50 insertions(+), 1 deletions(-) create mode 100644 framework/Core/test/Horde/Core/Factory/GroupTest.php http://git.horde.org/horde-git/-/commit/b4749d452a88646de1fd207ed9debab048a143c1 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
