[java-identity-provider] branch master updated: Remove bogus null test

Rod Widdowson rdw at steadingsoftware.com
Tue Oct 29 05:09:08 EDT 2019


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

rdw 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=7d7650f0ead55c8c41a58c43050007f4dbd642ef

The following commit(s) were added to refs/heads/master by this push:
       new  7d7650f   Remove bogus null test
7d7650f is described below

commit 7d7650f0ead55c8c41a58c43050007f4dbd642ef
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Oct 29 09:08:58 2019 +0000

    Remove bogus null test
---
 .../net/shibboleth/idp/relyingparty/RelyingPartyConfigurationTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/idp-profile-api/src/test/java/net/shibboleth/idp/relyingparty/RelyingPartyConfigurationTest.java b/idp-profile-api/src/test/java/net/shibboleth/idp/relyingparty/RelyingPartyConfigurationTest.java
index fc704e1..2cc9672 100644
--- a/idp-profile-api/src/test/java/net/shibboleth/idp/relyingparty/RelyingPartyConfigurationTest.java
+++ b/idp-profile-api/src/test/java/net/shibboleth/idp/relyingparty/RelyingPartyConfigurationTest.java
@@ -57,7 +57,6 @@ public class RelyingPartyConfigurationTest {
 
         ArrayList<ProfileConfiguration> profileConfigs = new ArrayList<>();
         profileConfigs.add(new MockProfileConfiguration("foo"));
-        profileConfigs.add(null);
         profileConfigs.add(new MockProfileConfiguration("bar"));
 
         config = new RelyingPartyConfiguration();

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


More information about the commits mailing list