[java-identity-provider COMMIT] /trunk/idp-consent-impl/src/test/java/net/shibboleth/idp/attribute/consent/TestData.java

noreply at shibboleth.net noreply at shibboleth.net
Tue Jan 31 01:16:12 GMT 2012


Author: putmanb
Date: Tue Jan 31 01:16:12 2012
New Revision: 4107

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4107&view=rev
Log:
Switch use of ParserPool classes to java-support project versions.

Modified:
    trunk/idp-consent-impl/src/test/java/net/shibboleth/idp/attribute/consent/TestData.java

Modified: trunk/idp-consent-impl/src/test/java/net/shibboleth/idp/attribute/consent/TestData.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-consent-impl/src/test/java/net/shibboleth/idp/attribute/consent/TestData.java?rev=4107&r1=4106&r2=4107&view=diff
==============================================================================
--- trunk/idp-consent-impl/src/test/java/net/shibboleth/idp/attribute/consent/TestData.java (original)
+++ trunk/idp-consent-impl/src/test/java/net/shibboleth/idp/attribute/consent/TestData.java Tue Jan 31 01:16:12 2012
@@ -28,13 +28,13 @@
 import java.util.UUID;
 
 import net.shibboleth.idp.attribute.Attribute;
+import net.shibboleth.utilities.java.support.xml.BasicParserPool;
 
 import org.joda.time.DateTime;
 import org.opensaml.DefaultBootstrap;
 import org.opensaml.saml2.metadata.provider.MetadataProvider;
 import org.opensaml.saml2.metadata.provider.MetadataProviderException;
 import org.opensaml.xml.ConfigurationException;
-import org.opensaml.xml.parse.BasicParserPool;
 import org.testng.annotations.DataProvider;
 
 import edu.vt.middleware.crypt.digest.SHA256;



More information about the commits mailing list