My fork of airsonic with experimental fixes and improvements. See branch "custom"
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xmlns:jaxws="http://cxf.apache.org/jaxws"
|
|
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd">
|
|
|
|
|
|
|
|
<bean id="sonosHelper" class="org.mockito.Mockito" factory-method="mock">
|
|
|
|
<constructor-arg value="org.airsonic.player.service.sonos.SonosHelper" />
|
|
|
|
</bean>
|
|
|
|
|
|
|
|
</beans>
|