diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-08-25 02:30:36 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-08-25 02:30:36 +0200 |
| commit | a15cfde0fcbdb29dafdb9ebe39fe53c8da4073be (patch) | |
| tree | ae7894796099d34381990d5230ebb22be16e897c /.idea | |
| parent | 855a23136973313a656bfaf60afd8b98833a05c0 (diff) | |
Combine tests from both local and samba
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.
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/gradle.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 965fd30..d80a4e3 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -26,6 +26,7 @@ <option value="$PROJECT_DIR$/libs/io" /> <option value="$PROJECT_DIR$/libs/local" /> <option value="$PROJECT_DIR$/libs/samba" /> + <option value="$PROJECT_DIR$/libs/test-utils" /> <option value="$PROJECT_DIR$/libs/utils" /> </set> </option> |
