From 0376447db56fc2ccd3471f8f1f0f3c0321508c9f Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Thu, 14 Sep 2023 16:20:01 +0200 Subject: [PATCH 01/10] rename integration test --- ...java => WindowsProtectedKeychainAccessIntegrationTest.java} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename src/test/java/org/cryptomator/windows/keychain/{KeychainAccessProviderTest.java => WindowsProtectedKeychainAccessIntegrationTest.java} (96%) diff --git a/src/test/java/org/cryptomator/windows/keychain/KeychainAccessProviderTest.java b/src/test/java/org/cryptomator/windows/keychain/WindowsProtectedKeychainAccessIntegrationTest.java similarity index 96% rename from src/test/java/org/cryptomator/windows/keychain/KeychainAccessProviderTest.java rename to src/test/java/org/cryptomator/windows/keychain/WindowsProtectedKeychainAccessIntegrationTest.java index d1fa894..69d1eb9 100644 --- a/src/test/java/org/cryptomator/windows/keychain/KeychainAccessProviderTest.java +++ b/src/test/java/org/cryptomator/windows/keychain/WindowsProtectedKeychainAccessIntegrationTest.java @@ -13,9 +13,8 @@ import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; -import java.util.Objects; -public class KeychainAccessProviderTest { +public class WindowsProtectedKeychainAccessIntegrationTest { @BeforeAll public static void setup(@TempDir Path tmpDir) { From e2027cd79f64afd201dc8fedffe82bd7fbdb2996 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Thu, 14 Sep 2023 16:30:30 +0200 Subject: [PATCH 02/10] new IDE setting [ci skip] --- .idea/misc.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/.idea/misc.xml b/.idea/misc.xml index 482738c..a8fc129 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,6 @@ +