Testing Rqd ----------- * Run now - failure report etc - file type (incremental) - db type (overwrite, and save last copy) * Create new bu - file type - test output * Edit existing bu - test output * Create new bu - DB type - test output (might not be possible for DB) File hierachy ------------- Service Only (DB access, No rpc) ./svc/main.php ./svc/db-reads.php ./svc/db-writes.php Service Child Process Only (Both rpc and DB access) ./svc/backup.php Shared (No rpc, No DB) ./inc/common.php (some old code needs to be removed) ./lib/time.php Web-server Only (rcp, No DB) ./inc/bu_list_content.php ./inc/secure.php ./inc/pagemap.php ./index.php ./phpinfo.php ./post_handler.php ./inc/new-file-bu.php ./inc/login.php ./inc/edit-sh-bu.php Libraries (included as required) ./lib/sysVcom.php ./inc/paths.php