[commits] Horde branch master updated. ea0810fa8c34748c6426e4daa8c70b64d638a24d

Gunnar Wrobel p at rdus.de
Thu Oct 22 10:17:15 UTC 2009


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

from: a06e46506f19765aed445e68cc63179f4f7a51f4

ea0810f... Refactored the mock driver into a mock LDAP connection to adapt it to the new structure. Fixed the server factory. Fixed some of the unit tests.

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

commit ea0810fa8c34748c6426e4daa8c70b64d638a24d
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Oct 22 12:19:00 2009 +0200

    Refactored the mock driver into a mock LDAP connection to adapt it to
    the new structure. Fixed the server factory. Fixed some of the unit
    tests.

 framework/Kolab_Server/lib/Horde/Kolab/Server/Cleaner.php         |  268 +
 framework/Kolab_Server/lib/Horde/Kolab/Server/Composite.php       |    7 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Connection/File.php |  130 +
 framework/Kolab_Server/lib/Horde/Kolab/Server/Connection/Mock.php |  693 +++
 .../lib/Horde/Kolab/Server/Connection/Mock/Search.php             |   78 +
 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory.php         |  262 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php            |   10 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap/File.php       |  130 -
 framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap/Mock.php       |  877 ----
 framework/Kolab_Server/lib/Horde/Kolab/Server/List/Base.php       |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Logged.php          |  117 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Mapped.php          |   37 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php          |   14 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Base.php     |    1 +
 .../Kolab_Server/lib/Horde/Kolab/Server/Object/Groupofnames.php   |    6 +-
 .../lib/Horde/Kolab/Server/Object/Kolab/Domainmaintainer.php      |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/User.php     |    2 +-
 .../lib/Horde/Kolab/Server/Object/Kolabgroupofnames.php           |    2 +-
 .../lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php          |    8 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php   |  118 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Top.php      |   26 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Objects/Base.php    |   19 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Schema/Base.php     |   23 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Ldap.php  |    2 +-
 framework/Kolab_Server/package.xml                                |   68 +-
 framework/Kolab_Server/test/Horde/Kolab/Server/Autoload.php       |    6 +-
 .../Kolab_Server/test/Horde/Kolab/Server/Connection/MockTest.php  |  235 +
 .../test/Horde/Kolab/Server/Integration/AddingObjectsTest.php     |   54 +
 .../test/Horde/Kolab/Server/Integration/AdminTest.php             |  142 +
 .../test/Horde/Kolab/Server/Integration/DistListHandlingTest.php  |   53 +
 .../test/Horde/Kolab/Server/Integration/GroupHandlingTest.php     |  502 ++
 .../test/Horde/Kolab/Server/Integration/GroupTest.php             |  150 +
 .../test/Horde/Kolab/Server/Integration/InetorgpersonTest.php     |  252 +
 .../Kolab/Server/Integration/KolabgermanbankarrangementTest.php   |  176 +
 .../Horde/Kolab/Server/Integration/KolabinetorgpersonTest.php     |  295 ++
 .../test/Horde/Kolab/Server/Integration/Kolabpop3accountTest.php  |  207 +
 .../Kolab_Server/test/Horde/Kolab/Server/Integration/MockTest.php |  435 ++
 .../test/Horde/Kolab/Server/Integration/ObjectTest.php            |  234 +
 .../test/Horde/Kolab/Server/Integration/OrgPersonTest.php         |  181 +
 .../test/Horde/Kolab/Server/Integration/PersonTest.php            |  279 ++
 .../Kolab_Server/test/Horde/Kolab/Server/Integration/Scenario.php | 1090 +++++
 .../test/Horde/Kolab/Server/Integration/UserHandlingTest.php      |  639 +++
 .../Kolab_Server/test/Horde/Kolab/Server/Integration/UserTest.php |  113 +
 framework/Kolab_Server/test/Horde/Kolab/Server/LdapBase.php       |    2 +-
 .../test/Horde/Kolab/Server/Object/AddingObjectsTest.php          |   54 -
 .../Kolab_Server/test/Horde/Kolab/Server/Object/AdminTest.php     |  142 -
 .../test/Horde/Kolab/Server/Object/DistListHandlingTest.php       |   53 -
 .../test/Horde/Kolab/Server/Object/GroupHandlingTest.php          |  502 --
 .../Kolab_Server/test/Horde/Kolab/Server/Object/GroupTest.php     |  150 -
 .../test/Horde/Kolab/Server/Object/InetorgpersonTest.php          |  252 -
 .../Horde/Kolab/Server/Object/KolabgermanbankarrangementTest.php  |  176 -
 .../test/Horde/Kolab/Server/Object/KolabinetorgpersonTest.php     |  295 --
 .../test/Horde/Kolab/Server/Object/Kolabpop3accountTest.php       |  207 -
 .../Kolab_Server/test/Horde/Kolab/Server/Object/ObjectTest.php    |  234 -
 .../Kolab_Server/test/Horde/Kolab/Server/Object/OrgPersonTest.php |  181 -
 .../Kolab_Server/test/Horde/Kolab/Server/Object/PersonTest.php    |  279 --
 .../test/Horde/Kolab/Server/Object/UserHandlingTest.php           |  639 ---
 .../Kolab_Server/test/Horde/Kolab/Server/Object/UserTest.php      |  113 -
 .../Kolab_Server/test/Horde/Kolab/Server/Objects/ServerTest.php   |  132 +
 framework/Kolab_Server/test/Horde/Kolab/Server/Query/LdapTest.php |    2 +-
 .../Kolab_Server/test/Horde/Kolab/Server/Result/LdapTest.php      |   17 +-
 framework/Kolab_Server/test/Horde/Kolab/Server/Scenario.php       | 1085 ----
 .../Kolab_Server/test/Horde/Kolab/Server/Server/FactoryTest.php   |  164 +-
 .../Kolab_Server/test/Horde/Kolab/Server/Server/MockTest.php      |  628 ---
 .../Kolab_Server/test/Horde/Kolab/Server/Server/ServerTest.php    |  132 -
 .../Kolab_Server/test/Horde/Kolab/Server/Structure/KolabTest.php  |    4 +-
 .../Kolab_Server/test/Horde/Kolab/Server/Structure/LdapTest.php   |    4 +-
 67 files changed, 6886 insertions(+), 6506 deletions(-)
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Cleaner.php
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Connection/File.php
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Connection/Mock.php
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Connection/Mock/Search.php
 delete mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap/File.php
 delete mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap/Mock.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Connection/MockTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Integration/AddingObjectsTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Integration/AdminTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Integration/DistListHandlingTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Integration/GroupHandlingTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Integration/GroupTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Integration/InetorgpersonTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Integration/KolabgermanbankarrangementTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Integration/KolabinetorgpersonTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Integration/Kolabpop3accountTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Integration/MockTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Integration/ObjectTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Integration/OrgPersonTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Integration/PersonTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Integration/Scenario.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Integration/UserHandlingTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Integration/UserTest.php
 delete mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Object/AddingObjectsTest.php
 delete mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Object/AdminTest.php
 delete mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Object/DistListHandlingTest.php
 delete mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Object/GroupHandlingTest.php
 delete mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Object/GroupTest.php
 delete mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Object/InetorgpersonTest.php
 delete mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Object/KolabgermanbankarrangementTest.php
 delete mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Object/KolabinetorgpersonTest.php
 delete mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Object/Kolabpop3accountTest.php
 delete mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Object/ObjectTest.php
 delete mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Object/OrgPersonTest.php
 delete mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Object/PersonTest.php
 delete mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Object/UserHandlingTest.php
 delete mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Object/UserTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Objects/ServerTest.php
 delete mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Scenario.php
 delete mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Server/MockTest.php
 delete mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Server/ServerTest.php

http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Cleaner.php?rt=horde-git&r=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Composite.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Connection/File.php?rt=horde-git&r=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Connection/Mock.php?rt=horde-git&r=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Connection/Mock/Search.php?rt=horde-git&r=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap/File.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap/Mock.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/List/Base.php?rt=horde-git&r1=b0a6bf08d2387ca6175c83c8d1e0a8757942624b&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Logged.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Mapped.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Base.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Groupofnames.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Domainmaintainer.php?rt=horde-git&r1=ec9dcbfd1ec756464ef4ff6970566860ea286514&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/User.php?rt=horde-git&r1=db63c91869dac10777b5ed4daf99c86b23a84f5c&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabgroupofnames.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Top.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Objects/Base.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Schema/Base.php?rt=horde-git&r1=b0a6bf08d2387ca6175c83c8d1e0a8757942624b&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Ldap.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/package.xml?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Autoload.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Connection/MockTest.php?rt=horde-git&r=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/AddingObjectsTest.php?rt=horde-git&r=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/AdminTest.php?rt=horde-git&r=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/DistListHandlingTest.php?rt=horde-git&r=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/GroupHandlingTest.php?rt=horde-git&r=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/GroupTest.php?rt=horde-git&r=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/InetorgpersonTest.php?rt=horde-git&r=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/KolabgermanbankarrangementTest.php?rt=horde-git&r=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/KolabinetorgpersonTest.php?rt=horde-git&r=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/Kolabpop3accountTest.php?rt=horde-git&r=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/MockTest.php?rt=horde-git&r=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/ObjectTest.php?rt=horde-git&r=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/OrgPersonTest.php?rt=horde-git&r=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/PersonTest.php?rt=horde-git&r=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/Scenario.php?rt=horde-git&r=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/UserHandlingTest.php?rt=horde-git&r=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/UserTest.php?rt=horde-git&r=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/LdapBase.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Object/AddingObjectsTest.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Object/AdminTest.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Object/DistListHandlingTest.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Object/GroupHandlingTest.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Object/GroupTest.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Object/InetorgpersonTest.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Object/KolabgermanbankarrangementTest.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Object/KolabinetorgpersonTest.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Object/Kolabpop3accountTest.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Object/ObjectTest.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Object/OrgPersonTest.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Object/PersonTest.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Object/UserHandlingTest.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Object/UserTest.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Objects/ServerTest.php?rt=horde-git&r=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Query/LdapTest.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Result/LdapTest.php?rt=horde-git&r1=b0a6bf08d2387ca6175c83c8d1e0a8757942624b&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Scenario.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Server/FactoryTest.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Server/MockTest.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Server/ServerTest.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Structure/KolabTest.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Structure/LdapTest.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=ea0810fa8c34748c6426e4daa8c70b64d638a24d




More information about the commits mailing list