[commits] Horde branch ActiveSync updated. a7c2a6ec4689e3cc65c71f0888d34bb9144d656d
Michael Rubinsky
mike at theupstairsroom.com
Sun Jan 24 22:20:14 UTC 2010
The branch "ActiveSync" has been updated.
The following is a summary of the commits.
from: 0f9102b082a46c7d00900930af0d3b8913002592
7a938e7 Abstract out the connector code.
7496abb Fix method visibility in new connector object, misc. other fixes discovered from first unit tests
a7c2a6e Initial, very basic unit tests
-----------------------------------------------------------------------
commit 7a938e72435e23324cf5e8d6ddebbb6687aa3827
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 24 16:09:10 2010 -0500
Abstract out the connector code.
Separate out the code that calls the registry so it can be injected, easier testing, extending etc...
framework/ActiveSync/lib/Horde/ActiveSync.php | 2 +-
framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php | 211 +----
.../lib/Horde/ActiveSync/Driver/Horde/Connector/Registry.php | 187 ++++
3 files changed, 205 insertions(+), 195 deletions(-)
create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde/Connector/Registry.php
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync.php?rt=horde-git&r1=743fa07c0e3b858e4bc7d5bf4ce16a7d0d02d9de&r2=7a938e72435e23324cf5e8d6ddebbb6687aa3827
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php?rt=horde-git&r1=0f9102b082a46c7d00900930af0d3b8913002592&r2=7a938e72435e23324cf5e8d6ddebbb6687aa3827
http://git.horde.org/co.php/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde/Connector/Registry.php?rt=horde-git&r=7a938e72435e23324cf5e8d6ddebbb6687aa3827
-----------------------------------------------------------------------
commit 7496abbf9e109e66434c5c633f6e16481704b537
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 24 17:18:42 2010 -0500
Fix method visibility in new connector object, misc. other fixes discovered
from first unit tests
framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php | 5 +-
framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php | 10 +-
.../lib/Horde/ActiveSync/Driver/Horde/Connector/Registry.php | 39 +++--
3 files changed, 34 insertions(+), 20 deletions(-)
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php?rt=horde-git&r1=743fa07c0e3b858e4bc7d5bf4ce16a7d0d02d9de&r2=7496abbf9e109e66434c5c633f6e16481704b537
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php?rt=horde-git&r1=7a938e72435e23324cf5e8d6ddebbb6687aa3827&r2=7496abbf9e109e66434c5c633f6e16481704b537
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde/Connector/Registry.php?rt=horde-git&r1=7a938e72435e23324cf5e8d6ddebbb6687aa3827&r2=7496abbf9e109e66434c5c633f6e16481704b537
-----------------------------------------------------------------------
commit a7c2a6ec4689e3cc65c71f0888d34bb9144d656d
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 24 17:20:01 2010 -0500
Initial, very basic unit tests
framework/ActiveSync/test/Horde/ActiveSync/AllTests.php | 35 ++
framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php | 72 +++++
.../ActiveSync/test/Horde/ActiveSync/fixtures/MockConnector.php | 20 ++
3 files changed, 127 insertions(+), 0 deletions(-)
create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/AllTests.php
create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php
create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/fixtures/MockConnector.php
http://git.horde.org/co.php/framework/ActiveSync/test/Horde/ActiveSync/AllTests.php?rt=horde-git&r=a7c2a6ec4689e3cc65c71f0888d34bb9144d656d
http://git.horde.org/co.php/framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php?rt=horde-git&r=a7c2a6ec4689e3cc65c71f0888d34bb9144d656d
http://git.horde.org/co.php/framework/ActiveSync/test/Horde/ActiveSync/fixtures/MockConnector.php?rt=horde-git&r=a7c2a6ec4689e3cc65c71f0888d34bb9144d656d
More information about the commits
mailing list