[java-shib-attribute] branch main updated: Remove test of removed method.
Scott Cantor
cantor.2 at osu.edu
Tue Jan 24 15:38:58 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-attribute.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=393da59fad500c60f7a64b4c6d890cca7c0df2da
The following commit(s) were added to refs/heads/main by this push:
new 393da59fa Remove test of removed method.
393da59fa is described below
commit 393da59fad500c60f7a64b4c6d890cca7c0df2da
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 24 10:38:56 2023 -0500
Remove test of removed method.
---
.../policyrule/filtercontext/impl/AttributeIssuerPolicyRuleTest.java | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/shib-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filter/policyrule/filtercontext/impl/AttributeIssuerPolicyRuleTest.java b/shib-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filter/policyrule/filtercontext/impl/AttributeIssuerPolicyRuleTest.java
index 5553abb92..34c2d5618 100644
--- a/shib-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filter/policyrule/filtercontext/impl/AttributeIssuerPolicyRuleTest.java
+++ b/shib-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filter/policyrule/filtercontext/impl/AttributeIssuerPolicyRuleTest.java
@@ -48,11 +48,9 @@ public class AttributeIssuerPolicyRuleTest {
throws ComponentInitializationException {
assertEquals(getMatcher().matches(DataSources.unPopulatedFilterContext()), Tristate.FALSE);
}
-
- @SuppressWarnings("deprecation")
+
@Test public void testDefault() {
final AttributeIssuerPolicyRule matcher = new AttributeIssuerPolicyRule();
- assertFalse(matcher.isIgnoreCase());
assertTrue(matcher.isCaseSensitive());
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list