testData: add preview support

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-09-25 02:43:35 +02:00
committed by Chris Morgan
parent 2d7a93b05c
commit fb20a7b546
2 changed files with 127 additions and 96 deletions

View File

@@ -148,6 +148,11 @@ class testData_queue
$oTest->objectDisplayQueueProcessingHelp();
}
function objectShowPreview()
{
return $this->oTestData->objectShowPreview();
}
function display()
{
return $this->oTestData->display();