[java-identity-provider] branch main updated: Fix Build.
Rod Widdowson
rdw at steadingsoftware.com
Wed Nov 17 17:40:41 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=2bed6078195809714c452de4883632269b9afa40
The following commit(s) were added to refs/heads/main by this push:
new 2bed60781 Fix Build.
2bed60781 is described below
commit 2bed6078195809714c452de4883632269b9afa40
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Nov 17 17:40:12 2021 +0000
Fix Build.
The Attribute transcoder/decode no longer adds displays information.
---
.../transcoding/impl/AttributeTranscoderRegistryImplTest.java | 4 ----
1 file changed, 4 deletions(-)
diff --git a/idp-attribute-impl/src/test/java/net/shibboleth/idp/attribute/transcoding/impl/AttributeTranscoderRegistryImplTest.java b/idp-attribute-impl/src/test/java/net/shibboleth/idp/attribute/transcoding/impl/AttributeTranscoderRegistryImplTest.java
index f231bd45e..1b402e780 100644
--- a/idp-attribute-impl/src/test/java/net/shibboleth/idp/attribute/transcoding/impl/AttributeTranscoderRegistryImplTest.java
+++ b/idp-attribute-impl/src/test/java/net/shibboleth/idp/attribute/transcoding/impl/AttributeTranscoderRegistryImplTest.java
@@ -194,10 +194,6 @@ public class AttributeTranscoderRegistryImplTest {
assertEquals(attributes.get(0).getId(), "foo");
assertTrue(attributes.get(0).getValues().isEmpty());
- assertEquals(attributes.get(0).getDisplayNames().get(Locale.getDefault()), "Default name");
- assertEquals(attributes.get(0).getDisplayDescriptions().get(Locale.forLanguageTag("en")), "English desc");
- assertEquals(attributes.get(0).getDisplayNames().get(Locale.forLanguageTag("fr-ca")), "Canadian French name");
- assertEquals(attributes.get(0).getDisplayDescriptions().get(Locale.forLanguageTag("fr-ca")), "Canadian French desc");
}
@Test public void testDecodeTwoNoValues() throws AttributeDecodingException {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list