[java-idp-plugin-webauthn] branch main updated: Fix test
Phil Smart
philip.smart at jisc.ac.uk
Wed Feb 19 17:46:21 UTC 2025
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-webauthn.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=78554d8fff287986eaa62ce6bec17a3fafc7aca9
The following commit(s) were added to refs/heads/main by this push:
new 78554d8 Fix test
78554d8 is described below
commit 78554d8fff287986eaa62ce6bec17a3fafc7aca9
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Feb 19 17:46:19 2025 +0000
Fix test
---
.../impl/IdPStorageServiceCredentialRespositoryTest.java | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/webauthn-impl/src/test/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/IdPStorageServiceCredentialRespositoryTest.java b/webauthn-impl/src/test/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/IdPStorageServiceCredentialRespositoryTest.java
index e1f08a8..b32d8b7 100644
--- a/webauthn-impl/src/test/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/IdPStorageServiceCredentialRespositoryTest.java
+++ b/webauthn-impl/src/test/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/IdPStorageServiceCredentialRespositoryTest.java
@@ -772,18 +772,6 @@ public class IdPStorageServiceCredentialRespositoryTest extends AbstractWebAuthn
}
- @SuppressWarnings("null")
- @Test
- public final void testVersioning() throws Exception {
-
- final CredentialRecord registration = createRegistration("jdoe", "John Doe", "user-handle".getBytes());
- repo.addRegistrationByUsername("jdoe", registration);
- repo.removeRegistrationByUsername("jdoe", registration);
- registration.toBuilder().withLastUsedTime(Instant.now());
- repo.addRegistrationByUsername("jdoe", registration);
-
- }
-
/* Failure here would be non-deterministic if it happened.*/
@Test
public final void testThreadSafetyUpdateSignatureCount() throws Exception {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list