polishing XMPP samples, resuming @Ignored

This commit is contained in:
Oleg Zhurakousky
2010-11-15 19:55:15 -05:00
parent 706a360eda
commit 1fbb5d107a

View File

@@ -43,7 +43,7 @@ public class OutboundPresenceTests {
@Qualifier("outboundPresenceChannel")
private DirectChannel input;
@Test
//@Ignore
@Ignore
public void testOutbound() throws Throwable {
Presence presence = new Presence(Presence.Type.available);
input.send(new GenericMessage<Presence>(presence));