INT-1521 polished the structure of the module to be consistent with other modules

This commit is contained in:
Oleg Zhurakousky
2010-10-14 15:17:15 -04:00
parent 3ddde2e450
commit 8d83fa7919
8 changed files with 2 additions and 6 deletions

View File

@@ -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

View File

@@ -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);
}