Author: ard
Date: Mon Sep 10 14:27:30 2012
New Revision: 1382875

URL: http://svn.apache.org/viewvc?rev=1382875&view=rev
Log:
RAVE-695 fix unit test spring bootstrap config

Modified:
    
rave/sandbox/content-services/rave-web-jcr/src/test/resources/test-config.xml

Modified: 
rave/sandbox/content-services/rave-web-jcr/src/test/resources/test-config.xml
URL: 
http://svn.apache.org/viewvc/rave/sandbox/content-services/rave-web-jcr/src/test/resources/test-config.xml?rev=1382875&r1=1382874&r2=1382875&view=diff
==============================================================================
--- 
rave/sandbox/content-services/rave-web-jcr/src/test/resources/test-config.xml 
(original)
+++ 
rave/sandbox/content-services/rave-web-jcr/src/test/resources/test-config.xml 
Mon Sep 10 14:27:30 2012
@@ -92,9 +92,6 @@
   <!-- FILE LOADING -->
   <bean name="routedHandlerMapping" 
class="org.apache.rave.portal.web.mvc.RoutedRequestMappingHandlerMapping">
     <property name="order" value="-1"/>
-    <property name="configurationName" value="myConfiguration"/>
-    <property name="configurationPath" value="classpath:page-definitions.xml"/>
-    <property name="urlMappingsPath" value="classpath:url-definitions.xml"/>
     <property name="routesManager" ref="fileConfigurationManager"/>
 
   </bean>


Reply via email to