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:
@@ -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");
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user