Amend: Move tests project over that was missed while moving datadelivery code Change-Id: I10611f8a4b6c2efe6af1813e5181fadc059e4f9a Former-commit-id:1975cd0442
[formerly6a90779214
] [formerly1975cd0442
[formerly6a90779214
] [formerly2635e05723
[formerly 0e1397db6ca1a7a577d20507bc2c4daf823188fe]]] Former-commit-id:2635e05723
Former-commit-id:885f315d30
[formerly492cee4992
] Former-commit-id:b1c159fc7f
28 lines
No EOL
1.2 KiB
XML
28 lines
No EOL
1.2 KiB
XML
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
xmlns:amq="http://activemq.apache.org/schema/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
|
|
http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd
|
|
http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">
|
|
|
|
<bean id="bandwidthContextFactory"
|
|
class="com.raytheon.uf.edex.datadelivery.bandwidth.IntegrationTestBandwidthContextFactory" />
|
|
|
|
<bean
|
|
class="com.raytheon.uf.edex.datadelivery.bandwidth.EdexBandwidthContextFactory">
|
|
<constructor-arg ref="bandwidthManager" />
|
|
</bean>
|
|
|
|
|
|
<bean id="registryManagerInstanceInitializer" class="java.lang.String">
|
|
<!-- required for depends-on -->
|
|
</bean>
|
|
|
|
<bean id="registerDataDeliveryHandlers" class="java.lang.String">
|
|
<!-- required for depends-on -->
|
|
</bean>
|
|
|
|
<bean id="retrievalAgents" class="java.util.Collections"
|
|
factory-method="emptyMap">
|
|
<!-- No retrievals for integration test -->
|
|
</bean>
|
|
</beans> |