[java-identity-provider COMMIT] in /trunk: idp-profile-api/src/test/java/net/shibboleth/idp/profile/context/ProfileIn...

noreply at shibboleth.net noreply at shibboleth.net
Wed Nov 19 12:45:09 EST 2014


Author: tzeller
Date: Wed Nov 19 12:45:09 2014
New Revision: 6952

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6952&view=rev
Log:
Move test to correct package.

Added:
    trunk/idp-profile-api/src/test/java/net/shibboleth/idp/profile/context/ProfileInterceptorContextTest.java
      - copied, changed from r6951, trunk/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/interceptor/impl/ProfileInterceptorContextTest.java
Modified:
    trunk/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/interceptor/impl/ProfileInterceptorContextTest.java

Copied: trunk/idp-profile-api/src/test/java/net/shibboleth/idp/profile/context/ProfileInterceptorContextTest.java (from r6951, trunk/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/interceptor/impl/ProfileInterceptorContextTest.java)
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-api/src/test/java/net/shibboleth/idp/profile/context/ProfileInterceptorContextTest.java?p2=trunk/idp-profile-api/src/test/java/net/shibboleth/idp/profile/context/ProfileInterceptorContextTest.java&p1=trunk/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/interceptor/impl/ProfileInterceptorContextTest.java&r1=6951&r2=6952&rev=6952&view=diff
==============================================================================
--- trunk/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/interceptor/impl/ProfileInterceptorContextTest.java (original)
+++ trunk/idp-profile-api/src/test/java/net/shibboleth/idp/profile/context/ProfileInterceptorContextTest.java Wed Nov 19 12:45:09 2014
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package net.shibboleth.idp.profile.interceptor.impl;
+package net.shibboleth.idp.profile.context;
 
 import net.shibboleth.idp.profile.context.ProfileInterceptorContext;
 import net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptor;



More information about the commits mailing list