ChangeSet ID: 30024 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/11/25 11:24:46
Modified files: include : application.php category.php distribution.php error_log.php image.php incl.php mail.php maintainer.php monitor.php note.php query.php screenshot.php session.php testData.php user.php version.php unit_test : run_tests.php test_application.php test_image.php test_query.php test_user.php
Log message: Unit tests should run with E_ALL so we can detect all errors. Fix dozens of errors that popped up after enabling all errors.
Patch: http://cvs.winehq.org/patch.py?id=30024
Old revision New revision Changes Path 1.75 1.76 +18 -12 appdb/include/application.php 1.22 1.23 +7 -5 appdb/include/category.php 1.1 1.2 +10 -7 appdb/include/distribution.php 1.2 1.3 +2 -2 appdb/include/error_log.php 1.7 1.8 +2 -3 appdb/include/image.php 1.37 1.38 +1 -1 appdb/include/incl.php 1.5 1.6 +2 -0 appdb/include/mail.php 1.17 1.18 +13 -10 appdb/include/maintainer.php 1.8 1.9 +7 -5 appdb/include/monitor.php 1.17 1.18 +12 -6 appdb/include/note.php 1.8 1.9 +1 -1 appdb/include/query.php 1.50 1.51 +11 -8 appdb/include/screenshot.php 1.13 1.14 +5 -2 appdb/include/session.php 1.9 1.10 +18 -15 appdb/include/testData.php 1.80 1.81 +35 -21 appdb/include/user.php 1.83 1.84 +28 -18 appdb/include/version.php 1.6 1.7 +1 -1 appdb/unit_test/run_tests.php 1.3 1.4 +3 -3 appdb/unit_test/test_application.php 1.2 1.3 +6 -6 appdb/unit_test/test_image.php 1.1 1.2 +2 -2 appdb/unit_test/test_query.php 1.7 1.8 +9 -3 appdb/unit_test/test_user.php