[commits] Horde branch master updated. content-1.0.0alpha1-92-g2a51947
Gunnar Wrobel
p at rdus.de
Fri Mar 11 13:53:05 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: 3075121927440234690aa5a6d340a58d3b0c6e7a
547ab78 Start driver testing.
18d5d79 Removed dependency on Core.
e90d1ab Support creating a new note.
0b54405 Test adding/fetching.
39ee6c3 Extract message data handling in the Data object.
2a51947 Fix variable name. Save/fetch roundtrip works now.
-----------------------------------------------------------------------
commit 547ab7845be3e4ba07cebaef18efb40fc951ce38
Author: Gunnar Wrobel <p at rdus.de>
Date: Fri Mar 11 11:10:39 2011 +0100
Start driver testing.
mnemo/lib/Driver/Kolab.php | 125 +++++++++++++++--------
mnemo/lib/tests/Mnemo/TestCase.php | 36 +++++++
mnemo/lib/tests/Mnemo/Unit/Driver/KolabTest.php | 41 ++++++++
3 files changed, 160 insertions(+), 42 deletions(-)
create mode 100644 mnemo/lib/tests/Mnemo/Unit/Driver/KolabTest.php
http://git.horde.org/horde-git/-/commit/547ab7845be3e4ba07cebaef18efb40fc951ce38
-----------------------------------------------------------------------
commit 18d5d794588a203d0e037d7b68e8d38289cfc1a4
Author: Gunnar Wrobel <p at rdus.de>
Date: Fri Mar 11 11:47:44 2011 +0100
Removed dependency on Core.
framework/Core/lib/Horde/Core/Factory/History.php | 5 +++-
framework/History/lib/Horde/History.php | 19 +++++++++++++++-
framework/History/lib/Horde/History/Sql.php | 6 ++--
framework/History/test/Horde/History/Autoload.php | 18 +++++++++++++++
framework/History/test/Horde/History/InterfaceTest.php | 11 ++++++--
framework/History/test/Horde/History/phpunit.xml | 8 ++++++
6 files changed, 59 insertions(+), 8 deletions(-)
create mode 100644 framework/History/test/Horde/History/Autoload.php
create mode 100644 framework/History/test/Horde/History/phpunit.xml
http://git.horde.org/horde-git/-/commit/18d5d794588a203d0e037d7b68e8d38289cfc1a4
-----------------------------------------------------------------------
commit e90d1abfda889ea580f40a24108dceb0e979b69f
Author: Gunnar Wrobel <p at rdus.de>
Date: Fri Mar 11 11:49:28 2011 +0100
Support creating a new note.
mnemo/lib/Driver/Kolab.php | 2 +-
mnemo/lib/tests/Mnemo/TestCase.php | 7 ++++---
mnemo/lib/tests/Mnemo/Unit/Driver/KolabTest.php | 3 ++-
3 files changed, 7 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/e90d1abfda889ea580f40a24108dceb0e979b69f
-----------------------------------------------------------------------
commit 0b5440585ffb99daf38188444da049608a815cc0
Author: Gunnar Wrobel <p at rdus.de>
Date: Fri Mar 11 12:58:06 2011 +0100
Test adding/fetching.
Does not work yet as the mock still needs to support fetching the data again.
mnemo/lib/Driver/Kolab.php | 61 +++++-----------------
mnemo/lib/tests/Mnemo/Unit/Driver/KolabTest.php | 4 +-
2 files changed, 17 insertions(+), 48 deletions(-)
http://git.horde.org/horde-git/-/commit/0b5440585ffb99daf38188444da049608a815cc0
-----------------------------------------------------------------------
commit 39ee6c3dd9e2dab077c1b7caa13943c6cf948c6d
Author: Gunnar Wrobel <p at rdus.de>
Date: Fri Mar 11 14:51:51 2011 +0100
Extract message data handling in the Data object.
framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Mock.php | 92 +---
.../Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Mock/Data.php | 139 +++++
framework/Kolab_Storage/test/Horde/Kolab/Storage/TestCase.php | 4 +-
3 files changed, 162 insertions(+), 73 deletions(-)
http://git.horde.org/horde-git/-/commit/39ee6c3dd9e2dab077c1b7caa13943c6cf948c6d
-----------------------------------------------------------------------
commit 2a51947b84d14d6eb6eb5536b1afef764498c3df
Author: Gunnar Wrobel <p at rdus.de>
Date: Fri Mar 11 14:52:30 2011 +0100
Fix variable name. Save/fetch roundtrip works now.
mnemo/lib/Driver/Kolab.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/2a51947b84d14d6eb6eb5536b1afef764498c3df
More information about the commits
mailing list