Add initial un-delete support
This commit is contained in:
committed by
Chris Morgan
parent
5a31b9d5c8
commit
8c7bd3a5e9
@@ -35,14 +35,14 @@ function test_testData_getNewestTestidFromVersionId()
|
||||
if($iExpected != $iReceived)
|
||||
{
|
||||
error("Got testData id of $iReceived instead of $iExpected!");
|
||||
$oOldTestData->delete();
|
||||
$oNewTestData->delete();
|
||||
$oOldTestData->purge();
|
||||
$oNewTestData->purge();
|
||||
$oUser->delete();
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
$oOldTestData->delete();
|
||||
$oNewTestData->delete();
|
||||
$oOldTestData->purge();
|
||||
$oNewTestData->purge();
|
||||
$oUser->delete();
|
||||
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user