Fix appData::listSubmittedBy() to run faster. Add a unit test for appData::listSubmittedBy()

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-03-15 23:43:46 +00:00
committed by WineHQ
parent 9ef6268fa6
commit fef587a60e
4 changed files with 77 additions and 17 deletions

View File

@@ -26,4 +26,6 @@ echo "\n";
include_once("test_url.php");
echo "\n";
include_once("test_om_objects.php");
echo "\n";
include_once("test_appData.php");
?>