[java-idp-integration-tests] 02/03: Fix errant whitespace.

Tom Zeller tzeller at dragonacea.biz
Wed Nov 11 20:57:48 EST 2015


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

tzeller pushed a commit to branch master
in repository java-idp-integration-tests.

commit d8dc08ee6e7f1b449af5e6ad53d357d32ca7524f
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Nov 11 14:17:57 2015 -0600

    Fix errant whitespace.
---
 src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
index 89a2bb8..5d1d5ab 100644
--- a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
@@ -846,7 +846,7 @@ public abstract class BaseIntegrationTest
         replaceIdPProperty("idp.session.StorageService", "shibboleth.StorageService");
 
         // track information about SPs logged into
-        replaceIdPProperty(" idp.session.trackSPSessions", "true");
+        replaceIdPProperty("idp.session.trackSPSessions", "true");
 
         // support lookup by SP for SAML logout
         replaceIdPProperty("idp.session.secondaryServiceIndex", "true");

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


More information about the commits mailing list