INT-1521 polished the structure of the module to be consistent with other modules
This commit is contained in:
@@ -27,11 +27,7 @@
|
||||
|
||||
|
||||
<beans:bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" p:ignoreUnresolvablePlaceholders="false">
|
||||
<beans:property name="location">
|
||||
<beans:bean class="org.springframework.core.io.FileSystemResource">
|
||||
<beans:constructor-arg value="#{ systemProperties['user.home'] }/Desktop/test.properties"/>
|
||||
</beans:bean>
|
||||
</beans:property>
|
||||
<beans:property name="location" value="classpath:test.properties"/>
|
||||
</beans:bean>
|
||||
|
||||
<xmpp:xmpp-connection
|
||||
@@ -33,7 +33,7 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
|
||||
public class OutboundXmppEndpointTests {
|
||||
|
||||
@Test
|
||||
//@Ignore
|
||||
@Ignore
|
||||
public void run() throws Exception {
|
||||
Thread.sleep(10 * 1000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user