[commits] Horde branch master updated. f96dc290f3cbb269cafb12fde65ea9e27c1f2589

Michael J. Rubinsky mrubinsk at horde.org
Thu May 19 18:19:45 UTC 2011


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

from: b7d82950408e3ea96cb7beaff03c88ba8f7c3fbc

35332e5 need to cast this to integer or it is taken as a name, not id.
68e42cd typehint
82a8421 refactor tests for content
cc0b3c8 no longer need this sql script
26a52f6 Add missing static memeber
5fe25df content tests for PDO and mysql/mysqli
f96dc29 update package.xml

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

commit 35332e55f928fc9a0ffa0b9bc1cfad736aea4033
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 19 12:38:26 2011 -0400

    need to cast this to integer or it is taken as a name, not id.
    
    yea unit tests

 content/lib/Tagger.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/35332e55f928fc9a0ffa0b9bc1cfad736aea4033

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

commit 68e42cd1cd7f6dc5cf06a49aab5af467817861d3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 19 13:58:53 2011 -0400

    typehint

 content/lib/Tagger.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/68e42cd1cd7f6dc5cf06a49aab5af467817861d3

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

commit 82a84212ffbcca654058d8a8d9729cf936099cbc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 19 13:59:29 2011 -0400

    refactor tests for content
    
    still need to implement tests for other rdbms - sqlite only for now

 content/package.xml                         |   20 ++-
 content/test/Content/Autoload.php           |    4 +-
 content/test/Content/Base.php               |  300 +++++++++++++++++++++++++-
 content/test/Content/Sql/Base.php           |  164 ++++++++++++++
 content/test/Content/Sql/Pdo/SqliteTest.php |   17 ++
 content/test/Content/Tags/TaggerTest.php    |  310 ---------------------------
 content/test/TaggerTest.php                 |  310 +++++++++++++++++++++++++++
 7 files changed, 802 insertions(+), 323 deletions(-)
 create mode 100644 content/test/Content/Sql/Base.php
 create mode 100644 content/test/Content/Sql/Pdo/SqliteTest.php
 delete mode 100644 content/test/Content/Tags/TaggerTest.php
 create mode 100644 content/test/TaggerTest.php

http://git.horde.org/horde-git/-/commit/82a84212ffbcca654058d8a8d9729cf936099cbc

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

commit cc0b3c8a7ba550c9b5f92a0bde80521d26119cb2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 19 14:00:42 2011 -0400

    no longer need this sql script

 content/test/Content/fixtures/schema.sql |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)
 delete mode 100644 content/test/Content/fixtures/schema.sql

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

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

commit 26a52f69158eb2f5ddc954e2354da8c8ba9a73f9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 19 14:15:16 2011 -0400

    Add missing static memeber

 content/test/Content/Sql/Base.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/26a52f69158eb2f5ddc954e2354da8c8ba9a73f9

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

commit 5fe25dfc2adbd470575924173b477d0b5a20a112
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 19 14:17:55 2011 -0400

    content tests for PDO and mysql/mysqli

 .gitignore                                 |    2 +-
 content/test/Content/Sql/MysqlTest.php     |   30 +++++++++++++++++++++++++
 content/test/Content/Sql/MysqliTest.php    |   30 +++++++++++++++++++++++++
 content/test/Content/Sql/Pdo/MysqlTest.php |   23 +++++++++++++++++++
 content/test/Content/Sql/Pdo/PgsqlTest.php |   23 +++++++++++++++++++
 content/test/Content/conf.php.dist         |   33 ++++++++++++++++++++++++++++
 6 files changed, 140 insertions(+), 1 deletions(-)
 create mode 100644 content/test/Content/Sql/MysqlTest.php
 create mode 100644 content/test/Content/Sql/MysqliTest.php
 create mode 100644 content/test/Content/Sql/Pdo/MysqlTest.php
 create mode 100644 content/test/Content/Sql/Pdo/PgsqlTest.php
 create mode 100644 content/test/Content/conf.php.dist

http://git.horde.org/horde-git/-/commit/5fe25dfc2adbd470575924173b477d0b5a20a112

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

commit f96dc290f3cbb269cafb12fde65ea9e27c1f2589
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 19 14:19:23 2011 -0400

    update package.xml

 content/package.xml |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

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




More information about the commits mailing list