Authors: "EA Durbin" <ead1234@hotmail.com>, Chris Morgan <cmorgan@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.
This commit is contained in:
WineHQ
2006-09-26 02:05:55 +00:00
parent d526a2a504
commit 47e7ad72af
3 changed files with 151 additions and 10 deletions

View File

@@ -13,6 +13,7 @@ include_once("test_query.php");
echo "\n";
include_once("test_image.php");
echo "\n";
include_once("test_application.php");
echo "\n";
include_once("test_error_log.php");
?>