[commits] Horde branch master updated. 85accbae555c7562231ba97a726a2997fe27972d

Gunnar Wrobel p at rdus.de
Tue Nov 1 07:33:07 UTC 2011


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

from: 4e18dc081aefdec530dc0c29418f9b12a84da5b2

3c0c267 Hide non-working tests.
9e9647d Mark incomplete.
54f35e9 Ensure there is a program name in the argv array.
be75957 The configuration file shouldn't be there.
a9361d5 Skip if the exif helper is missing.
3bb6f37 Ensure the mock driver gets the required defaults.
a83c6d0 Ensure we always have a program name in argv.
55b0d53 Update package.xml
e0107f0 Only manipulate the "argv" value.
85accba Do not check for the prefix.

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

commit 3c0c26713962c666d637293514b44c5f663c2060
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Oct 31 08:28:33 2011 +0100

    Hide non-working tests.

 framework/Kolab_Server/package.xml                                |   16 +-
 .../test/Horde/Kolab/Server/Integration/GroupHandlingTest.php     |  502 ----
 .../test/Horde/Kolab/Server/Integration/GroupHandlingTestTodo.php |  502 ++++
 .../test/Horde/Kolab/Server/Integration/UserHandlingTest.php      |  639 -----
 .../test/Horde/Kolab/Server/Integration/UserHandlingTestTodo.php  |  639 +++++
 5 files changed, 1150 insertions(+), 1148 deletions(-)
 delete mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Integration/GroupHandlingTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Integration/GroupHandlingTestTodo.php
 delete mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Integration/UserHandlingTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Integration/UserHandlingTestTodo.php

http://git.horde.org/horde-git/-/commit/3c0c26713962c666d637293514b44c5f663c2060

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

commit 9e9647d14794a110bffdb4e3e1eb723df4afd612
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Nov 1 06:13:50 2011 +0100

    Mark incomplete.

 .../test/Horde/Kolab/FreeBusy/Unit/Resource/Event/KolabTest.php   |    5 +++++
 .../test/Horde/Kolab/FreeBusy/Unit/Resource/KolabTest.php         |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/9e9647d14794a110bffdb4e3e1eb723df4afd612

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

commit 54f35e997555bbe80295940d43a589e4746d77ac
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Nov 1 06:36:37 2011 +0100

    Ensure there is a program name in the argv array.

 framework/Cli_Modular/test/Horde/Cli/Modular/Unit/ModularTest.php |   10 +++++
 1 files changed, 10 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/54f35e997555bbe80295940d43a589e4746d77ac

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

commit be75957413a2a9ea0a9b3dd13da2e1f05fc05743
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Nov 1 06:37:12 2011 +0100

    The configuration file shouldn't be there.

 framework/Image/test/Horde/Image/conf.php |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
 delete mode 100644 framework/Image/test/Horde/Image/conf.php

http://git.horde.org/horde-git/-/commit/be75957413a2a9ea0a9b3dd13da2e1f05fc05743

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

commit a9361d5256a12c9a032188c88d0e6e7f2a4ac441
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Nov 1 06:37:24 2011 +0100

    Skip if the exif helper is missing.

 framework/Image/test/Horde/Image/Exif/Base.php |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/a9361d5256a12c9a032188c88d0e6e7f2a4ac441

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

commit 3bb6f3722b2113287f569de7df62aa05b7423180
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Nov 1 06:37:42 2011 +0100

    Ensure the mock driver gets the required defaults.

 framework/Kolab_Cli/lib/Horde/Kolab/Cli/Module/Base.php |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/3bb6f3722b2113287f569de7df62aa05b7423180

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

commit a83c6d07a0d3a8a8eec2a2743e5b24e6aac3cbe1
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Nov 1 06:38:04 2011 +0100

    Ensure we always have a program name in argv.

 .../Kolab_Filter/test/Horde/Kolab/Filter/Integration/CliTest.php  |   10 +++++
 1 files changed, 10 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/a83c6d07a0d3a8a8eec2a2743e5b24e6aac3cbe1

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

commit 55b0d530ed039653a7bdc0eed987503389efadb2
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Nov 1 06:38:14 2011 +0100

    Update package.xml

 framework/Pdf/package.xml |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/55b0d530ed039653a7bdc0eed987503389efadb2

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

commit e0107f076eaa30284363cccb4e34a2e647cac5df
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Nov 1 07:20:29 2011 +0100

    Only manipulate the "argv" value.

 framework/Cli_Modular/test/Horde/Cli/Modular/Unit/ModularTest.php |    2 +-
 .../Kolab_Filter/test/Horde/Kolab/Filter/Integration/CliTest.php  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/e0107f076eaa30284363cccb4e34a2e647cac5df

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

commit 85accbae555c7562231ba97a726a2997fe27972d
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Nov 1 07:20:46 2011 +0100

    Do not check for the prefix.

 framework/Kolab_Cli/test/Horde/Kolab/Cli/Unit/CliTest.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/85accbae555c7562231ba97a726a2997fe27972d




More information about the commits mailing list