Commit c2ccc62f by christosts Committed by microkatz

MediaControllerListenerTest: add bugs IDs in TODOs

PiperOrigin-RevId: 472974903
(cherry picked from commit 260aabb6)
parent 0a135789
...@@ -1899,10 +1899,10 @@ public class MediaControllerListenerTest { ...@@ -1899,10 +1899,10 @@ public class MediaControllerListenerTest {
controllerTestRule.createController( controllerTestRule.createController(
remoteSession.getToken(), /* connectionHints= */ null, listener); remoteSession.getToken(), /* connectionHints= */ null, listener);
// TODO(jaewan): Test with multiple controllers // TODO(b/245724167): Test with multiple controllers
remoteSession.broadcastCustomCommand(testCommand, testArgs); remoteSession.broadcastCustomCommand(testCommand, testArgs);
// TODO(jaewan): Test receivers as well. // TODO(b/245724167): Test receivers as well.
remoteSession.sendCustomCommand(testCommand, testArgs); remoteSession.sendCustomCommand(testCommand, testArgs);
assertThat(latch.await(TIMEOUT_MS, MILLISECONDS)).isTrue(); assertThat(latch.await(TIMEOUT_MS, MILLISECONDS)).isTrue();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment