summaryrefslogtreecommitdiff
path: root/libs/test-utils
AgeCommit message (Collapse)Author
2024-09-03test: Verify that removeDir, removeFile and removeLink return expected valueJoel Klinghed
2024-09-03Remove robolectric from test-utilsJoel Klinghed
Will make it possible to use TreeAbstractTest in androidTest as well as unittest
2024-08-25Combine tests from both local and sambaJoel Klinghed
Most the tests test the Tree implementation and thus should work on all such implementations. Current exception is symlinks which Samba backend doesn't (currently?) support. Improve the Samba remove methods to better match the expected behavior.