version: Make sure the displayed test results are for the displayed version

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-01-30 20:55:32 +01:00
parent d43cb56dd6
commit ebc492dc1f
2 changed files with 16 additions and 2 deletions

View File

@@ -1413,6 +1413,11 @@ class testData{
return ((mktime() - mysqltimestamp_to_unixtimestamp($this->sSubmitTime)) > (60 * 60 * 24 * 175));
}
function objectGetParent()
{
return new version($this->iVersionId);
}
function objectGetChildren($bIncludeDeleted = false)
{
/* We have none */