ChangeSet ID: 31277 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/07/25 22:47:35
Modified files: . : account.php include : application.php downloadurl.php screenshot.php unit_test : run_tests.php test_appData.php test_application.php test_common.php test_filter.php test_image.php test_maintainer.php test_maintainer_notify.php test_om_objects.php test_testData.php test_url.php test_user.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Unit test cleanups. Fixes tests so they don't leave left over entries in the database. Add a check to ensure that row counts in most tables are unchanged from the start and end of the tests. Refactor some code.
Patch: http://cvs.winehq.org/patch.py?id=31277
Old revision New revision Changes Path 1.37 1.38 +1 -1 appdb/account.php 1.119 1.120 +5 -3 appdb/include/application.php 1.21 1.22 +3 -4 appdb/include/downloadurl.php 1.74 1.75 +4 -0 appdb/include/screenshot.php 1.15 1.16 +128 -0 appdb/unit_test/run_tests.php 1.3 1.4 +15 -9 appdb/unit_test/test_appData.php 1.6 1.7 +27 -50 appdb/unit_test/test_application.php 1.2 1.3 +73 -4 appdb/unit_test/test_common.php 1.2 1.3 +10 -11 appdb/unit_test/test_filter.php 1.4 1.5 +29 -29 appdb/unit_test/test_image.php 1.11 1.12 +157 -82 appdb/unit_test/test_maintainer.php 1.1 1.2 +5 -3 appdb/unit_test/test_maintainer_notify.php 1.18 1.19 +32 -14 appdb/unit_test/test_om_objects.php 1.1 1.2 +6 -3 appdb/unit_test/test_testData.php 1.3 1.4 +8 -8 appdb/unit_test/test_url.php 1.10 1.11 +1 -22 appdb/unit_test/test_user.php