summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/backend
Commit message (Collapse)AuthorAgeFilesLines
* deduplicate @xenopathicMorris Jobke2015-10-062-2/+2
|
* Test legacy backend with no dependency checkRobin McCorkell2015-09-011-0/+18
|
* Make checkDependencies a real methodRobin McCorkell2015-09-011-3/+17
| | | | | Replace ->setDependencyCheck(callable) with a real method checkDependencies(). A polyfill is available for legacy storages.
* Compatibility shims for OC_Mount_ConfigRobin McCorkell2015-08-191-2/+2
| | | | | | | | | | | | | | | | | | The following functions have been removed: - addMountPoint() - removeMountPoint() - movePersonalMountPoint() registerBackend() has been rewritten as a shim around BackendService, allowing legacy code to interact with the new API seamlessly addMountPoint() was already disconnected from all production code, so this commit completes the job and removes the function itself, along with disconnecting and removing related functions. Unit tests have likewise been removed. getAbsoluteMountPoints(), getSystemMountPoints() and getPersonalMountPoints() have been rewritten to use the StoragesServices
* Unit tests for new backend APIRobin McCorkell2015-08-192-0/+170