test_om_objects: Extend objectGetEntries test

This commit is contained in:
Alexander Nicolaysen Sørnes
2008-01-23 15:10:49 +01:00
committed by Chris Morgan
parent 55d9f32c0a
commit d8c67b4740
3 changed files with 66 additions and 3 deletions

View File

@@ -437,6 +437,11 @@ class downloadurl
return appData::objectGetEntries($sState, $iRows, $iStart, 'downloadurl');
}
function objectGetEntriesCount($sState)
{
return appData::objectGetEntriesCount($sState, 'downloadurl');
}
function objectGetHeader()
{
return appData::objectGetHeader("downloadurl");