[commits] Horde branch master updated. 799385cf55e631e94aabe27452abd0b9f56dab56

Gunnar Wrobel p at rdus.de
Wed Oct 28 08:27:46 UTC 2009


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

from: 5b3800b088a648eac43a62f988f05324f39daf97

799385c... Completed the factory testing.

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

commit 799385cf55e631e94aabe27452abd0b9f56dab56
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Oct 28 09:30:24 2009 +0100

    Completed the factory testing.

 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Cleaned.php |  144 ----
 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Cleaner.php |  143 ++++
 .../Kolab_Server/lib/Horde/Kolab/Server/Factory/Configuration.php |    4 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn.php    |    7 +
 .../Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn/Base.php     |   34 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn/Ldap.php     |   40 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn/Mock.php     |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Factory/Injector.php      |   31 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Logged.php  |    4 +-
 framework/Kolab_Server/package.xml                                |    6 +-
 framework/Kolab_Server/test/Horde/Kolab/Server/AllTests.php       |    3 -
 framework/Kolab_Server/test/Horde/Kolab/Server/Autoload.php       |    5 +-
 .../test/Horde/Kolab/Server/Class/Server/Factory/CleanerTest.php  |  149 ++++
 .../Horde/Kolab/Server/Class/Server/Factory/ConfigurationTest.php |  170 +++++
 .../Horde/Kolab/Server/Class/Server/Factory/Conn/InjectorTest.php |   53 ++
 .../Horde/Kolab/Server/Class/Server/Factory/Conn/LdapTest.php     |  123 +++
 .../Horde/Kolab/Server/Class/Server/Factory/Conn/MockTest.php     |   79 ++
 .../Horde/Kolab/Server/Class/Server/Factory/ConstructorTest.php   |  153 ++++
 .../test/Horde/Kolab/Server/Class/Server/Factory/InjectorTest.php |  158 ++++
 .../test/Horde/Kolab/Server/Class/Server/Factory/LoggedTest.php   |  149 ++++
 .../test/Horde/Kolab/Server/Class/Server/Factory/MappedTest.php   |  149 ++++
 21 files changed, 1406 insertions(+), 200 deletions(-)
 delete mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Cleaned.php
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Cleaner.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/CleanerTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/ConfigurationTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/Conn/InjectorTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/Conn/LdapTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/Conn/MockTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/ConstructorTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/InjectorTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/LoggedTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/MappedTest.php

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Cleaned.php?rt=horde-git&r1=1454986cf3ae94217ce21547183cba995129674a&r2=799385cf55e631e94aabe27452abd0b9f56dab56
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Cleaner.php?rt=horde-git&r=799385cf55e631e94aabe27452abd0b9f56dab56
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Configuration.php?rt=horde-git&r1=1454986cf3ae94217ce21547183cba995129674a&r2=799385cf55e631e94aabe27452abd0b9f56dab56
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn.php?rt=horde-git&r1=1454986cf3ae94217ce21547183cba995129674a&r2=799385cf55e631e94aabe27452abd0b9f56dab56
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn/Base.php?rt=horde-git&r1=1454986cf3ae94217ce21547183cba995129674a&r2=799385cf55e631e94aabe27452abd0b9f56dab56
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn/Ldap.php?rt=horde-git&r1=1454986cf3ae94217ce21547183cba995129674a&r2=799385cf55e631e94aabe27452abd0b9f56dab56
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn/Mock.php?rt=horde-git&r1=1454986cf3ae94217ce21547183cba995129674a&r2=799385cf55e631e94aabe27452abd0b9f56dab56
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Injector.php?rt=horde-git&r1=1454986cf3ae94217ce21547183cba995129674a&r2=799385cf55e631e94aabe27452abd0b9f56dab56
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Logged.php?rt=horde-git&r1=1454986cf3ae94217ce21547183cba995129674a&r2=799385cf55e631e94aabe27452abd0b9f56dab56
http://git.horde.org/diff.php/framework/Kolab_Server/package.xml?rt=horde-git&r1=a6826b04b236c3f578637ab45ccd800840497b70&r2=799385cf55e631e94aabe27452abd0b9f56dab56
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/AllTests.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=799385cf55e631e94aabe27452abd0b9f56dab56
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Autoload.php?rt=horde-git&r1=ea0810fa8c34748c6426e4daa8c70b64d638a24d&r2=799385cf55e631e94aabe27452abd0b9f56dab56
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/CleanerTest.php?rt=horde-git&r=799385cf55e631e94aabe27452abd0b9f56dab56
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/ConfigurationTest.php?rt=horde-git&r=799385cf55e631e94aabe27452abd0b9f56dab56
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/Conn/InjectorTest.php?rt=horde-git&r=799385cf55e631e94aabe27452abd0b9f56dab56
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/Conn/LdapTest.php?rt=horde-git&r=799385cf55e631e94aabe27452abd0b9f56dab56
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/Conn/MockTest.php?rt=horde-git&r=799385cf55e631e94aabe27452abd0b9f56dab56
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/ConstructorTest.php?rt=horde-git&r=799385cf55e631e94aabe27452abd0b9f56dab56
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/InjectorTest.php?rt=horde-git&r=799385cf55e631e94aabe27452abd0b9f56dab56
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/LoggedTest.php?rt=horde-git&r=799385cf55e631e94aabe27452abd0b9f56dab56
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/MappedTest.php?rt=horde-git&r=799385cf55e631e94aabe27452abd0b9f56dab56




More information about the commits mailing list