This commit is contained in:
Arjen Poutsma
2010-06-16 23:38:28 +00:00
parent f0e98d1f28
commit be73e5a33d

View File

@@ -45,13 +45,4 @@ public class XmppConnectionFactoryBeanTest {
factoryBean.setPort(-10);
}
@Test
public void xs4all() throws XMPPException {
factoryBean.setHost("jabber.xs4all.nl");
factoryBean.setUsername("poutsma");
factoryBean.setPassword("tusega");
factoryBean.afterPropertiesSet();
factoryBean.destroy();
}
}