Merged RETURN-OF-THE-API (5.2.0) to 5.2.N (5.2.1)

128516 jvonka: Api Tests: tweak test context - embedded "lucene" subsystem is now called "buildonly"
   - useful if running embedded tests in a local devenv, eg. in an IDE


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@129167 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Martin Muller
2016-08-05 13:46:47 +00:00
parent 07a3d6b473
commit 80cc7015e6

View File

@@ -22,7 +22,8 @@
</list>
</property>
</bean>
<!--
<!--
<bean id="Search" class="org.alfresco.repo.management.subsystems.SwitchableApplicationContextFactory" parent="abstractPropertyBackedBean">
<property name="autoStart">
<value>false</value>
@@ -31,7 +32,7 @@
<value>Search</value>
</property>
<property name="sourceBeanName">
<value>lucene</value>
<value>buildonly</value>
</property>
<property name="instancePath">
<list>
@@ -39,5 +40,6 @@
</list>
</property>
</bean>
-->
-->
</beans>