Add objectManager support to the monitor class

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-07-30 01:22:55 +00:00
committed by WineHQ
parent a923d0ff2f
commit 89c50400de
2 changed files with 113 additions and 10 deletions

View File

@@ -11,6 +11,7 @@ require_once(BASE.'include/testData_queue.php');
require_once(BASE.'include/version_queue.php');
require_once(BASE.'include/application_queue.php');
require_once(BASE.'include/browse_newest_apps.php');
require_once(BASE.'include/monitor.php');
/* internal function */
function test_class($sClassName, $aTestMethods)
@@ -252,6 +253,7 @@ function test_object_methods()
"distribution",
"downloadurl",
"maintainer",
"monitor",
"note",
"screenshot",
"testData",