[java-idp-testbed] branch master updated: StartTLS breaks integration tests for some reason.
Scott Cantor
cantor.2 at osu.edu
Fri Jan 6 19:18:28 EST 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=6ee9904eb0ac677dc5ed763530efe4492ce1b7fd
The following commit(s) were added to refs/heads/master by this push:
new 6ee9904 StartTLS breaks integration tests for some reason.
6ee9904 is described below
commit 6ee9904eb0ac677dc5ed763530efe4492ce1b7fd
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jan 6 19:18:25 2017 -0500
StartTLS breaks integration tests for some reason.
---
src/main/resources/system/conf/testbed-ldap.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/system/conf/testbed-ldap.xml b/src/main/resources/system/conf/testbed-ldap.xml
index e8222ff..a4eb9d4 100644
--- a/src/main/resources/system/conf/testbed-ldap.xml
+++ b/src/main/resources/system/conf/testbed-ldap.xml
@@ -18,7 +18,7 @@
<!-- The test ldif file /test/test-ldap.ldif is from idp-conf/src/test/resources -->
<bean id="testbed.DirectoryService" class="net.shibboleth.idp.test.InMemoryDirectory" init-method="start" destroy-method="stop">
<constructor-arg index="0" value="classpath:/test/test-ldap.ldif" />
- <constructor-arg index="1" value="classpath:/test/test-ldap.keystore" />
+ <constructor-arg index="1" value="${test.ldap.port:10389}" type="int" />
</bean>
</beans>
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list