ChangeSet ID: 31017 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/03/31 12:12:55
Modified files: unit_test : run_tests.php test_appData.php test_application.php test_error_log.php test_filter.php test_image.php test_maintainer.php test_om_objects.php test_query.php test_url.php test_user.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Keep track of global success or failure and print out a summary success or failure when the tests are complete. Makes it less likely that a test failure will be missed.
Patch: http://cvs.winehq.org/patch.py?id=31017
Old revision New revision Changes Path 1.12 1.13 +11 -0 appdb/unit_test/run_tests.php 1.1 1.2 +5 -1 appdb/unit_test/test_appData.php 1.5 1.6 +10 -2 appdb/unit_test/test_application.php 1.2 1.3 +5 -1 appdb/unit_test/test_error_log.php 1.1 1.2 +5 -1 appdb/unit_test/test_filter.php 1.3 1.4 +30 -6 appdb/unit_test/test_image.php 1.6 1.7 +25 -5 appdb/unit_test/test_maintainer.php 1.6 1.7 +5 -1 appdb/unit_test/test_om_objects.php 1.2 1.3 +5 -1 appdb/unit_test/test_query.php 1.2 1.3 +5 -1 appdb/unit_test/test_url.php 1.9 1.10 +30 -6 appdb/unit_test/test_user.php