version: Add and use aTestResults member

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-10-25 11:10:32 +02:00
committed by Chris Morgan
parent 729df377f9
commit 69d584ed85
2 changed files with 33 additions and 16 deletions

View File

@@ -222,10 +222,9 @@ class version_queue
function display()
{
$aVars = array();
$aVars['iTestingId'] = 0;
$this->oVersion->display($aVars, $this->oTestDataQueue->oTestData);
/* Cache the test result object as it's not in the DB */
$this->oVersion->aTestResults[] = $this->oTestDataQueue->oTestData;
$this->oVersion->display();
}
function objectMakeUrl()