From 06716be04fbbc25541e389e9cec22823b85ca9f6 Mon Sep 17 00:00:00 2001 From: Damian Minkov Date: Fri, 30 Nov 2007 20:25:48 +0000 Subject: [PATCH] temporaly remove status message for the first status change , to see will the build failed again --- .../slick/protocol/yahoo/TestOperationSetPresence.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/net/java/sip/communicator/slick/protocol/yahoo/TestOperationSetPresence.java b/test/net/java/sip/communicator/slick/protocol/yahoo/TestOperationSetPresence.java index bacaae2ee..b94a42665 100644 --- a/test/net/java/sip/communicator/slick/protocol/yahoo/TestOperationSetPresence.java +++ b/test/net/java/sip/communicator/slick/protocol/yahoo/TestOperationSetPresence.java @@ -449,7 +449,8 @@ public void postTestSubscribe() contactPresEvtCollector); synchronized (contactPresEvtCollector){ - operationSetPresence2.publishPresenceStatus(newStatus, "new status"); +// operationSetPresence2.publishPresenceStatus(newStatus, "new status"); + operationSetPresence2.publishPresenceStatus(newStatus, null); //we may already have the event, but it won't hurt to check. contactPresEvtCollector.waitForEvent(10000); operationSetPresence1