[commits] Horde branch master updated. eb980c210ead379173dbb6dad3a3191197e0cb9b

Jan Schneider jan at horde.org
Sun Jan 2 23:54:12 UTC 2011


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

from: c8b499b496ea6f1c6a40dabc675641417e91729d

4ea50a0 Add Guid test.
147caca Add more tests.
b37d663 Add Stack test.
110fdaf Fix tests.
8add21c Add new tests.
0deda06 Fix array_shift() usage.
933037e Add more tests.
a51fd48 Be more relaxed about the id length until bug #9484 is fixed.
666cccf CS
eb980c2 phpdoc

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

commit 4ea50a07b0483925691b7a6a16182a0bebb1006d
Author: Jan Schneider <jan at horde.org>
Date:   Sun Jan 2 23:42:51 2011 +0100

    Add Guid test.

 framework/Support/test/Horde/Support/GuidTest.php     |   47 +++++++++++++++++
 framework/Support/test/Horde/Support/RandomidTest.php |    9 ++-
 framework/Support/test/Horde/Support/UuidTest.php     |   16 ++----
 3 files changed, 58 insertions(+), 14 deletions(-)
 create mode 100644 framework/Support/test/Horde/Support/GuidTest.php

http://git.horde.org/horde-git/-/commit/4ea50a07b0483925691b7a6a16182a0bebb1006d

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

commit 147cacac3e0c952f1ac3a68d46d2a76c1f999410
Author: Jan Schneider <jan at horde.org>
Date:   Sun Jan 2 23:59:28 2011 +0100

    Add more tests.

 framework/Support/test/Horde/Support/StubTest.php |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/147cacac3e0c952f1ac3a68d46d2a76c1f999410

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

commit b37d663352750a2818b78623d072c198b4a3a706
Author: Jan Schneider <jan at horde.org>
Date:   Sun Jan 2 23:59:42 2011 +0100

    Add Stack test.

 framework/Support/test/Horde/Support/ArrayTest.php |    5 +-
 framework/Support/test/Horde/Support/StackTest.php |   89 ++++++++++++++++++++
 2 files changed, 91 insertions(+), 3 deletions(-)
 create mode 100644 framework/Support/test/Horde/Support/StackTest.php

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

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

commit 110fdafa967384f4a52b4cae28abb5634546ba3a
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jan 3 00:05:49 2011 +0100

    Fix tests.

 framework/Support/test/Horde/Support/GuidTest.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/110fdafa967384f4a52b4cae28abb5634546ba3a

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

commit 8add21c71c908f43db7f80fa76ff011fc2bbd28b
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jan 3 00:05:59 2011 +0100

    Add new tests.

 framework/Support/package.xml |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/8add21c71c908f43db7f80fa76ff011fc2bbd28b

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

commit 0deda063d7158fc5051824a6d7eb23e5869b51d4
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jan 3 00:15:13 2011 +0100

    Fix array_shift() usage.

 framework/Support/lib/Horde/Support/Numerizer.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 933037edde41bf9829d46c4bd778a57252ab5453
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jan 3 00:15:29 2011 +0100

    Add more tests.

 .../Support/test/Horde/Support/Numerizer/Locale/BaseTest.php      |    4 ++
 framework/Support/test/Horde/Support/Numerizer/Locale/DeTest.php  |   10 +++++
 2 files changed, 14 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/933037edde41bf9829d46c4bd778a57252ab5453

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

commit a51fd48e8d8efcb481038f411ae8ccaaf1e9a148
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jan 3 00:28:37 2011 +0100

    Be more relaxed about the id length until bug #9484 is fixed.

 framework/Support/test/Horde/Support/GuidTest.php     |    8 +++++---
 framework/Support/test/Horde/Support/RandomidTest.php |    4 +++-
 2 files changed, 8 insertions(+), 4 deletions(-)

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

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

commit 666cccf29678dc72579f99f768d0435d305b6a20
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jan 3 00:44:36 2011 +0100

    CS

 framework/Support/lib/Horde/Support/Inflector.php           |  149 ++++++-----
 framework/Support/lib/Horde/Support/Numerizer/Locale/Pt.php |   10 +-
 framework/Support/lib/Horde/Support/Timer.php               |    4 +-
 3 files changed, 83 insertions(+), 80 deletions(-)

http://git.horde.org/horde-git/-/commit/666cccf29678dc72579f99f768d0435d305b6a20

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

commit eb980c210ead379173dbb6dad3a3191197e0cb9b
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jan 3 00:50:11 2011 +0100

    phpdoc

 framework/Support/lib/Horde/Support/CombineStream.php         |    4 +-
 framework/Support/lib/Horde/Support/Numerizer.php             |   12 ++++++
 framework/Support/lib/Horde/Support/Numerizer/Locale/Base.php |   15 ++++++++
 framework/Support/lib/Horde/Support/Numerizer/Locale/De.php   |   17 +++++++++
 framework/Support/lib/Horde/Support/Numerizer/Locale/Pt.php   |   13 +++++++
 framework/Support/lib/Horde/Support/StringStream.php          |    4 +-
 6 files changed, 61 insertions(+), 4 deletions(-)

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




More information about the commits mailing list