[commits] Horde branch master updated. 6e88cbfeddc9e264f7e939561d1aef3b6d950f9d

Michael J. Rubinsky mrubinsk at horde.org
Wed May 18 22:42:45 UTC 2011


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

from: a6c1ca07cc5d3aee71588f32c1300b5e48c3524b

2b1b064 Start fixing content tests
6e88cbf This fixes updating package.xml files for me, and a whole bunch of unit tests.

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

commit 2b1b0643b2f286d20395633dc5128be36bba14e1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 18 18:23:38 2011 -0400

    Start fixing content tests
    
    - use existing migrations to create the database
    - use autoloading (though this isn't working right - added a hack to
      add the mappings, but this needs to be revisited.
    
    Next up, break out into separate tests for each DB backend we support.

 content/test/AllTests.php                |   33 ---
 content/test/Content/AllTests.php        |   28 +++
 content/test/Content/Autoload.php        |   54 +++++
 content/test/Content/Base.php            |   11 +
 content/test/Content/Tags/TaggerTest.php |  310 ++++++++++++++++++++++++++++
 content/test/Content/fixtures/schema.sql |   18 ++
 content/test/Tags/TaggerTest.php         |  331 ------------------------------
 content/test/fixtures/schema.sql         |   69 ------
 8 files changed, 421 insertions(+), 433 deletions(-)
 delete mode 100644 content/test/AllTests.php
 create mode 100644 content/test/Content/AllTests.php
 create mode 100644 content/test/Content/Autoload.php
 create mode 100644 content/test/Content/Base.php
 create mode 100644 content/test/Content/Tags/TaggerTest.php
 create mode 100644 content/test/Content/fixtures/schema.sql
 delete mode 100644 content/test/Tags/TaggerTest.php
 delete mode 100644 content/test/fixtures/schema.sql

http://git.horde.org/horde-git/-/commit/2b1b0643b2f286d20395633dc5128be36bba14e1

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

commit 6e88cbfeddc9e264f7e939561d1aef3b6d950f9d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 18 18:40:14 2011 -0400

    This fixes updating package.xml files for me, and a whole bunch of unit tests.
    
    Since Horde:: *is* a valid class, we need to ignore this check in the default case.

 framework/Pear/lib/Horde/Pear/Package/Xml.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/6e88cbfeddc9e264f7e939561d1aef3b6d950f9d




More information about the commits mailing list