[java-opensaml COMMIT] /trunk/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/index/impl/SAMLArt...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Sep 28 21:02:12 EDT 2016
Author: putmanb
Date: Wed Sep 28 21:02:12 2016
New Revision: 4505
URL: http://svn.shibboleth.net/view/java-opensaml?rev=4505&view=rev
Log:
Add TODO comment and tweak method name in unit test.
Modified:
trunk/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/index/impl/SAMLArtifactMetadataIndexTest.java
Modified: trunk/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/index/impl/SAMLArtifactMetadataIndexTest.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/index/impl/SAMLArtifactMetadataIndexTest.java?rev=4505&r1=4504&r2=4505&view=diff
==============================================================================
--- trunk/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/index/impl/SAMLArtifactMetadataIndexTest.java (original)
+++ trunk/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/index/impl/SAMLArtifactMetadataIndexTest.java Wed Sep 28 21:02:12 2016
@@ -178,7 +178,7 @@
Assert.assertTrue(keys.contains(entityIDSourceIDKey));
}
- /*
+ /* TODO
@Test
public void testGenerateSourceLocationKeysFromCriteria() {
CriteriaSet criteriaSet = new CriteriaSet();
@@ -193,7 +193,7 @@
*/
@Test
- public void testKey() throws UnsupportedEncodingException, NoSuchAlgorithmException {
+ public void testSourceIDKey() throws UnsupportedEncodingException, NoSuchAlgorithmException {
MessageDigest sha1Digester = MessageDigest.getInstance(JCAConstants.DIGEST_SHA1);
MetadataIndexKey keySame = new SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKey(
More information about the commits
mailing list