temporaly remove status message for the first status change , to see will the build failed again

cusax-fix
Damian Minkov 18 years ago
parent afe6b6caf5
commit 06716be04f

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

Loading…
Cancel
Save