[java-identity-provider] branch master updated: Noticed a redundant method call in test.

Scott Cantor cantor.2 at osu.edu
Wed Jan 23 16:49:38 EST 2019


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=79932e00283451894714516a2a3f0d43dbc42e3e

The following commit(s) were added to refs/heads/master by this push:
       new  79932e0   Noticed a redundant method call in test.
79932e0 is described below

commit 79932e00283451894714516a2a3f0d43dbc42e3e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 23 16:49:35 2019 -0500

    Noticed a redundant method call in test.
---
 .../attribute/resolver/spring/dc/http/HTTPDataConnectorParserTest.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git a/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/HTTPDataConnectorParserTest.java b/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/HTTPDataConnectorParserTest.java
index 723ebed..d17278d 100644
--- a/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/HTTPDataConnectorParserTest.java
+++ b/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/HTTPDataConnectorParserTest.java
@@ -267,8 +267,6 @@ public class HTTPDataConnectorParserTest {
                 TestSources.createResolutionContext(TestSources.PRINCIPAL_ID, TestSources.IDP_ENTITY_ID,
                         TestSources.SP_ENTITY_ID);
         
-        connector.resolve(context);
-        
         final Map<String,IdPAttribute> attrs = connector.resolve(context);
         
         Assert.assertEquals(attrs.size(), 2);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list