[java-shib-common COMMIT] in /branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common: ShibTestBootst...

noreply at shibboleth.net noreply at shibboleth.net
Sun Feb 26 22:35:41 GMT 2012


Author: lajoie
Date: Sun Feb 26 22:35:41 2012
New Revision: 1016

URL: http://svn.shibboleth.net/view/java-shib-common?rev=1016&view=rev
Log:
cleanup javadoc

Modified:
    branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/ShibTestBootstrap.java
    branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/match/basic/AndMatchFunctorTest.java
    branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/match/basic/AnyMatchFunctorTest.java
    branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/match/basic/AttributeScopeRegexMatchFunctorTest.java
    branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/match/basic/AttributeScopeStringMatchFunctorTest.java
    branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/match/basic/AttributeValueRegexMatchFunctorTest.java
    branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/match/basic/AttributeValueStringMatchFunctorTest.java
    branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/match/basic/AuthenticationMethodRegexMatchFunctorTest.java
    branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/match/basic/AuthenticationMethodStringMatchFunctorTest.java
    branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/match/basic/NotMatchFunctorTest.java
    branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/match/basic/NumAttributeValuesMatchFunctorTest.java
    branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/match/basic/OrMatchFunctorTest.java
    branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/match/basic/PrincipalRegexMatchFunctorTest.java
    branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/match/basic/PrincipalStringMatchFunctorTest.java
    branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/match/basic/ScriptMatchFunctorTest.java
    branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/match/saml/AttributeIssuerInEntityGroupMatchFunctorTestCase.java
    branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/match/saml/AttributeRequesterInEntityGroupMatchFunctorTestCase.java

Modified: branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/ShibTestBootstrap.java
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/ShibTestBootstrap.java?rev=1016&r1=1015&r2=1016&view=diff
==============================================================================
--- branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/ShibTestBootstrap.java (original)
+++ branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/ShibTestBootstrap.java Sun Feb 26 22:35:41 2012
@@ -28,7 +28,6 @@
     /** List of XMLTooling configuration files with test configuration. */
     private static String[] testConfigs = { "/shibboleth-saml-ext-config.xml", };
 
-    /** {@inheritDoc} */
     public static synchronized void bootstrap() throws ConfigurationException {
         DefaultBootstrap.bootstrap();
 

Modified: branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/match/basic/AndMatchFunctorTest.java
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/match/basic/AndMatchFunctorTest.java?rev=1016&r1=1015&r2=1016&view=diff
==============================================================================
--- branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/match/basic/AndMatchFunctorTest.java (original)
+++ branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/match/basic/AndMatchFunctorTest.java Sun Feb 26 22:35:41 2012
@@ -22,9 +22,7 @@
 import edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.MatchFunctor;
 import edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.BaseTestCase;
 
-/**
- * test the @link(AnyMatchFunctor}.
- */
+/** {@link AndMatchFunctor} unit test. */
 public class AndMatchFunctorTest extends BaseTestCase {
 
     /**

Modified: branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/match/basic/AnyMatchFunctorTest.java

[... 250 lines stripped ...]


More information about the commits mailing list