[commits] Horde branch master updated. bc983e23ddbd212ac3d04da8c972595469ceb0bf

Gunnar Wrobel p at rdus.de
Thu Sep 22 15:37:14 UTC 2011


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

from: ef4605c38422ddc1bac3feff0b3ad637ed7b1af6

34aa889 Too complex for now, move to ToDo
b5555d4 Move to Horde_Test_Setup.
b69d592 Provide a driver test base.
fcac5d2 Add a sqlite based driver test.
0dcee2f Move to driver test.
35af620 Fix class names so that AllTests.php is happy but mark as incomplete.
5425aa9 Provide the means to tear down the globals after a test.
d47c955 Tear down globals after the test.
0064d90 E_STRICT
3bd68d5 Start testing the Turba class.
f64c736 Allow variable handling of the "name" attribute. Fix notice. Handle default share name.
dafb4a6 Test is working now.
859a644 Log potential errors here but continue otherwise.
bc983e2 [gwr] Avoid including the owner name into the default share (Kolab backend).

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

commit 34aa8899febc09cf1a90307b287d2bdae65a1422
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Sep 20 07:00:10 2011 +0200

    Too complex for now, move to ToDo

 turba/test/Turba/Integration/ApiTest.php |   69 ------------------------------
 turba/test/Turba/ToDo/ApiTest.php        |   69 ++++++++++++++++++++++++++++++
 2 files changed, 69 insertions(+), 69 deletions(-)
 delete mode 100644 turba/test/Turba/Integration/ApiTest.php
 create mode 100644 turba/test/Turba/ToDo/ApiTest.php

http://git.horde.org/horde-git/-/commit/34aa8899febc09cf1a90307b287d2bdae65a1422

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

commit b5555d483d3e43d989004c02ed86b202bf3a7257
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Sep 20 07:10:20 2011 +0200

    Move to Horde_Test_Setup.

 turba/test/Turba/TestCase.php |  117 ++++++++++++++++++++++++++++------------
 1 files changed, 82 insertions(+), 35 deletions(-)

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

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

commit b69d592a4b04322486f1f9a7279b4b65c189e88a
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Sep 20 08:49:35 2011 +0200

    Provide a driver test base.

 turba/package.xml                          |   14 ++--
 turba/test/Turba/Autoload.php              |    3 +-
 turba/test/Turba/TestCase.php              |    9 ++-
 turba/test/Turba/Unit/Driver/Base.php      |   94 ++++++++++++++++++++++++++++
 turba/test/Turba/Unit/Driver/KolabTest.php |   17 +++---
 5 files changed, 119 insertions(+), 18 deletions(-)
 create mode 100644 turba/test/Turba/Unit/Driver/Base.php

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

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

commit fcac5d20000049cbc71dabee9d39e0a5a32d535a
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Sep 20 09:11:42 2011 +0200

    Add a sqlite based driver test.

 turba/package.xml                                   |   10 ++-
 turba/test/Turba/Autoload.php                       |    1 +
 turba/test/Turba/TestCase.php                       |  132 ++++++++++++++++++-
 turba/test/Turba/Unit/Driver/Sql/Base.php           |   45 +++++++
 turba/test/Turba/Unit/Driver/Sql/Pdo/SqliteTest.php |   49 +++++++
 5 files changed, 234 insertions(+), 3 deletions(-)
 create mode 100644 turba/test/Turba/Unit/Driver/Sql/Base.php
 create mode 100644 turba/test/Turba/Unit/Driver/Sql/Pdo/SqliteTest.php

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

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

commit 0dcee2fc827108c6065731a2343ce6f61f028e0b
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Sep 20 09:25:24 2011 +0200

    Move to driver test.

 turba/test/Turba/ToDo/DriverTest.php  |   17 -----------------
 turba/test/Turba/Unit/Driver/Base.php |    8 ++++++++
 2 files changed, 8 insertions(+), 17 deletions(-)

http://git.horde.org/horde-git/-/commit/0dcee2fc827108c6065731a2343ce6f61f028e0b

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

commit 35af6205b7ba253af3bbf33a8f90c40a9cf1dac0
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Sep 21 09:00:34 2011 +0200

    Fix class names so that AllTests.php is happy but mark as incomplete.

 turba/test/Turba/ToDo/ApiTest.php        |    7 ++++++-
 turba/test/Turba/ToDo/BrowsePageTest.php |    3 ++-
 turba/test/Turba/ToDo/DriverTest.php     |    3 ++-
 turba/test/Turba/ToDo/GroupTest.php      |    3 ++-
 turba/test/Turba/ToDo/KolabTest.php      |    3 ++-
 turba/test/Turba/ToDo/KolabTestBase.php  |   12 +-----------
 turba/test/Turba/ToDo/ListTest.php       |    3 ++-
 turba/test/Turba/ToDo/ListViewTest.php   |    3 ++-
 turba/test/Turba/ToDo/ViewBrowseTest.php |    3 ++-
 turba/test/Turba/ToDo/ViewListTest.php   |    3 ++-
 10 files changed, 23 insertions(+), 20 deletions(-)

http://git.horde.org/horde-git/-/commit/35af6205b7ba253af3bbf33a8f90c40a9cf1dac0

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

commit 5425aa930306e987ca43cb4f4294da4a7d220a79
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Sep 21 09:01:28 2011 +0200

    Provide the means to tear down the globals after a test.

 turba/test/Turba/TestCase.php |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/5425aa930306e987ca43cb4f4294da4a7d220a79

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

commit d47c95559c3a7271299b0415eb0235f79d2fb7af
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Sep 21 09:01:48 2011 +0200

    Tear down globals after the test.

 turba/test/Turba/Unit/Driver/Base.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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

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

commit 0064d906f6c79cea18d2a371018004bd789f26dc
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Sep 22 06:38:52 2011 +0200

    E_STRICT
    
    Match the signature of the getTimeObjectTurbaList() and _search() methods to the parent class. _search() requires an internal function with an additional parameter.

 turba/lib/Driver/Sql.php |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/0064d906f6c79cea18d2a371018004bd789f26dc

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

commit 3bd68d59d98dfe3384c301ac9ce13c3de0ca6756
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Sep 22 06:39:54 2011 +0200

    Start testing the Turba class.

 turba/package.xml                                  |   20 +++-
 turba/test/Turba/Autoload.php                      |    2 +
 turba/test/Turba/TestCase.php                      |    3 +
 turba/test/Turba/Unit/Turba/Base.php               |  122 ++++++++++++++++++++
 turba/test/Turba/Unit/Turba/KolabTest.php          |   52 +++++++++
 turba/test/Turba/Unit/Turba/Sql/Base.php           |   36 ++++++
 turba/test/Turba/Unit/Turba/Sql/Pdo/SqliteTest.php |   45 +++++++
 7 files changed, 277 insertions(+), 3 deletions(-)
 create mode 100644 turba/test/Turba/Unit/Turba/Base.php
 create mode 100644 turba/test/Turba/Unit/Turba/KolabTest.php
 create mode 100644 turba/test/Turba/Unit/Turba/Sql/Base.php
 create mode 100644 turba/test/Turba/Unit/Turba/Sql/Pdo/SqliteTest.php

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

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

commit f64c7361ab0c1b2e3d37680eabe2988568ff21e6
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Sep 22 08:26:11 2011 +0200

    Allow variable handling of the "name" attribute. Fix notice. Handle default share name.

 turba/lib/Driver/Kolab.php |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

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

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

commit dafb4a67d7e5fb16540bb88fef1de79d349e8492
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Sep 22 08:26:27 2011 +0200

    Test is working now.

 turba/test/Turba/Unit/Turba/Base.php      |    1 -
 turba/test/Turba/Unit/Turba/KolabTest.php |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

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

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

commit 859a64435c22e817aec9f331e0730eee6c509c52
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Sep 22 08:38:15 2011 +0200

    Log potential errors here but continue otherwise.

 turba/lib/Turba.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/859a64435c22e817aec9f331e0730eee6c509c52

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

commit bc983e23ddbd212ac3d04da8c972595469ceb0bf
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Sep 22 08:40:53 2011 +0200

    [gwr] Avoid including the owner name into the default share (Kolab backend).

 turba/docs/CHANGES               |    2 ++
 turba/package.xml                |    4 ++--
 turba/test/Turba/Unit/.gitignore |    1 +
 3 files changed, 5 insertions(+), 2 deletions(-)
 create mode 100644 turba/test/Turba/Unit/.gitignore

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




More information about the commits mailing list