ChangeSet ID: 28237 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2006/09/25 21:05:55 Modified files: include : application.php unit_test : run_tests.php Added files: unit_test : test_application.php Log message: "EA Durbin" <ead1234(a)hotmail.com> Chris Morgan <cmorgan(a)alum.wpi.edu> Application::delete() should retrieve the applications versions immediately prior to deleting to ensure that an application object created prior to its child versions doesn't leave orphaned versions. Add unit test for Application::delete() to test for the offending behavior. Patch: http://cvs.winehq.org/patch.py?id=28237 Old revision New revision Changes Path 1.71 1.72 +27 -9 appdb/include/application.php 1.5 1.6 +2 -1 appdb/unit_test/run_tests.php Added 1.1 +0 -0 appdb/unit_test/test_application.php