From a2e9d0448204a54625bba89419226cd01b994c74 Mon Sep 17 00:00:00 2001 From: damencho Date: Thu, 11 Apr 2024 12:22:39 -0500 Subject: [PATCH] drop: Debug tests. --- src/test/java/org/jitsi/jigasi/CallsHandlingTest.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/test/java/org/jitsi/jigasi/CallsHandlingTest.java b/src/test/java/org/jitsi/jigasi/CallsHandlingTest.java index 3a49162c8..a62fa3a47 100644 --- a/src/test/java/org/jitsi/jigasi/CallsHandlingTest.java +++ b/src/test/java/org/jitsi/jigasi/CallsHandlingTest.java @@ -24,6 +24,7 @@ import net.java.sip.communicator.util.osgi.ServiceUtils; import org.jitsi.jigasi.xmpp.*; import org.jitsi.service.configuration.*; +import org.jitsi.utils.logging.Logger; import org.jitsi.xmpp.extensions.rayo.*; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.*; @@ -55,6 +56,8 @@ public class CallsHandlingTest private MockJvbConferenceFocus focus; + private final static Logger logger = Logger.getLogger(CallsHandlingTest.class); + /** * Initializes OSGi and the videobridge. */ @@ -303,7 +306,7 @@ public void testFocusLeftTheRoomWithResume() MockCall sipCall = sipProvider.getTelephony().mockIncomingGatewayCall("calee", roomName); callStateWatch.waitForState(sipCall, CallState.CALL_IN_PROGRESS, 2000); - +logger.info("faillllllllll maybe"); // Now we expect SIP call to be in progress, but xmpp call ended callStateWatch.waitForState(focus.getCall(), CallState.CALL_ENDED, 2000); assertNull(focus.getChatRoom());