mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-04 15:18:09 +00:00
Refactor mount point setting and controller :
* remove CustomMountPath, winDriveLetter and usesCustomMountPath * new property mountPoint (can be null) * differentiation between driveLetter and directory happens in controller
This commit is contained in:
@@ -34,8 +34,6 @@ public class VaultSettingsJsonAdapterTest {
|
||||
() -> assertEquals("foo", vaultSettings.getId()),
|
||||
() -> assertEquals(Paths.get("/foo/bar"), vaultSettings.path().get()),
|
||||
() -> assertEquals("test", vaultSettings.displayName().get()),
|
||||
() -> assertEquals("X", vaultSettings.winDriveLetter().get()),
|
||||
() -> assertEquals("/home/test/crypto", vaultSettings.customMountPath().get()),
|
||||
() -> assertEquals("--foo --bar", vaultSettings.mountFlags().get())
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user