[java-identity-provider COMMIT] in /trunk/idp-attribute-resolver-spring/src/test: java/net/shibboleth/idp/attribute/r...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Oct 10 00:50:11 EDT 2014
Author: dfisher
Date: Fri Oct 10 00:50:10 2014
New Revision: 6668
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6668&view=rev
Log:
IDP-426
Enable this test and use the in-memory database.
Modified:
trunk/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/pc/StoredIdTest.java
trunk/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/pc/stored.xml
Modified: trunk/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/pc/StoredIdTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/pc/StoredIdTest.java?rev=6668&r1=6667&r2=6668&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/pc/StoredIdTest.java (original)
+++ trunk/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/pc/StoredIdTest.java Fri Oct 10 00:50:10 2014
@@ -96,7 +96,7 @@
Assert.assertTrue(principalConnector.getRelyingParties().isEmpty());
}
- @Test(enabled=false) public void case426() throws ResolutionException {
+ @Test public void case426() throws ResolutionException {
setupConnectors("stored.xml");
final AttributeResolutionContext context = new AttributeResolutionContext();
Modified: trunk/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/pc/stored.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/pc/stored.xml?rev=6668&r1=6667&r2=6668&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/pc/stored.xml (original)
+++ trunk/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/pc/stored.xml Fri Oct 10 00:50:10 2014
@@ -19,7 +19,7 @@
sourceAttributeID="foobar">
<resolver:Dependency ref="staticAttributes" />
<dc:ApplicationManagedConnection
- jdbcURL="jdbc:hsqldb:hsql:storedId" jdbcDriver="org.hsqldb.jdbc.JDBCDriver" />
+ jdbcURL="jdbc:hsqldb:mem:storedId" jdbcDriver="org.hsqldb.jdbc.JDBCDriver" jdbcUserName="SA" jdbcPassword="" />
</resolver:DataConnector>
<resolver:DataConnector id="staticAttributes"
More information about the commits
mailing list