[commits] Horde branch master updated. a228a1f4f5432f2e8b7432d1f2c5668bb91afb0b

Gunnar Wrobel p at rdus.de
Wed Aug 10 08:47:54 UTC 2011


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

from: 7a8df520b40cb0f364a5d8460983cab72498a5e4

a228a1f Start the test suite for wicked.

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

commit a228a1f4f5432f2e8b7432d1f2c5668bb91afb0b
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Aug 10 10:47:41 2011 +0200

    Start the test suite for wicked.
    
    There was still an old test for the SQL based driver by Jason Felice
    that I included into the new test suite but marked as incomplete. It
    has certainly been neglected for a while and doesn't work in its
    current form. I lacked the time to rescue it now but maybe somebody
    else knows if should be removed because it is just too old or whether
    the is a chance to salvage something from it.

 wicked/lib/tests/Driver.php                |  158 -----------------------
 wicked/test/Wicked/AllTests.php            |   51 ++++++++
 wicked/test/Wicked/Autoload.php            |   28 ++++
 wicked/test/Wicked/TestCase.php            |   34 +++++
 wicked/test/Wicked/Unit/Driver/SqlTest.php |  193 ++++++++++++++++++++++++++++
 wicked/test/Wicked/Unit/RstTest.php        |   41 ++++++
 wicked/test/Wicked/phpunit.xml             |    8 +
 7 files changed, 355 insertions(+), 158 deletions(-)
 delete mode 100644 wicked/lib/tests/Driver.php
 create mode 100644 wicked/test/Wicked/AllTests.php
 create mode 100644 wicked/test/Wicked/Autoload.php
 create mode 100644 wicked/test/Wicked/TestCase.php
 create mode 100644 wicked/test/Wicked/Unit/Driver/SqlTest.php
 create mode 100644 wicked/test/Wicked/Unit/RstTest.php
 create mode 100644 wicked/test/Wicked/phpunit.xml

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




More information about the commits mailing list