[java-identity-provider COMMIT] /trunk/idp-core/src/test/resources/net/shibboleth/idp/spring/identifiableBeanPostProc...

noreply at shibboleth.net noreply at shibboleth.net
Tue Feb 25 14:19:58 EST 2014


Author: tzeller
Date: Tue Feb 25 14:19:58 2014
New Revision: 5475

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5475&view=rev
Log:
JSPT-40 : Rename BeanPostProcessorTest to IdentifiableBeanPostProcessorTest.

Modified:
    trunk/idp-core/src/test/resources/net/shibboleth/idp/spring/identifiableBeanPostProcessorTest.xml

Modified: trunk/idp-core/src/test/resources/net/shibboleth/idp/spring/identifiableBeanPostProcessorTest.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-core/src/test/resources/net/shibboleth/idp/spring/identifiableBeanPostProcessorTest.xml?rev=5475&r1=5474&r2=5475&view=diff
==============================================================================
--- trunk/idp-core/src/test/resources/net/shibboleth/idp/spring/identifiableBeanPostProcessorTest.xml (original)
+++ trunk/idp-core/src/test/resources/net/shibboleth/idp/spring/identifiableBeanPostProcessorTest.xml Tue Feb 25 14:19:58 2014
@@ -7,24 +7,23 @@
 	<bean class="net.shibboleth.idp.spring.IdentifiableBeanPostProcessor" />
 
 	<bean id="IdentifiedBean"
-		class="net.shibboleth.idp.spring.BeanPostProcessorTest$Identified"
+		class="net.shibboleth.idp.spring.IdentifiableBeanPostProcessorTest$Identified"
 		scope="prototype" />
 
 	<bean id="IdentifiableBean"
-		class="net.shibboleth.idp.spring.BeanPostProcessorTest$Identifiable"
+		class="net.shibboleth.idp.spring.IdentifiableBeanPostProcessorTest$Identifiable"
 		scope="prototype" />
 
-
 	<bean id="NonDefaultIdentifiedBean"
-		class="net.shibboleth.idp.spring.BeanPostProcessorTest$Identified"
+		class="net.shibboleth.idp.spring.IdentifiableBeanPostProcessorTest$Identified"
 		scope="prototype" p:id="NameForAnIdentifiedBean" />
 
 	<bean id="NonDefaultIdentifiableBean"
-		class="net.shibboleth.idp.spring.BeanPostProcessorTest$Identifiable"
+		class="net.shibboleth.idp.spring.IdentifiableBeanPostProcessorTest$Identifiable"
 		scope="prototype" p:id="NameForAnIdentifiableBean" />
 
 	<bean id="TautologousName"
-		class="net.shibboleth.idp.spring.BeanPostProcessorTest$Identifiable"
+		class="net.shibboleth.idp.spring.IdentifiableBeanPostProcessorTest$Identifiable"
 		scope="prototype" p:id="TautologousName" />
 
 </beans>



More information about the commits mailing list