test_om_objects: Extend objectGetEntries test
This commit is contained in:
committed by
Chris Morgan
parent
55d9f32c0a
commit
d8c67b4740
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user