Let objectManager handle rejected testData

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-03-25 03:56:20 +00:00
committed by WineHQ
parent b57a9f516c
commit 37296b2242
5 changed files with 29 additions and 183 deletions

View File

@@ -921,8 +921,8 @@ class testData{
function objectMakeUrl()
{
/* STUB */
return TRUE;
$oObject = new objectManager("testData", "Edit Test Results", $this->iTestingId);
return $oObject->makeUrl("edit", $this->iTestingId);
}
function objectMakeLink()