summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLorenzo Colitti <lorenzo@google.com>2019-06-05 12:53:29 +0900
committerLorenzo Colitti <lorenzo@google.com>2019-06-05 19:04:41 +0900
commitaf9b7b297e43fe6fe347a6143d76bde2cb2363c6 (patch)
tree76e5dbe6a4085ccfb2568680a4b71a17ecbf26bc /tests
parent7cbe8435dcd63c4ea74a978e3897e965e65700bd (diff)
Address review comments on ag/7904889.
Bug: 130766237 Test: atest FrameworksWifiTests Change-Id: I72f96bcc1ba36bdab02742e947ed370f7642fc95
Diffstat (limited to 'tests')
-rw-r--r--tests/wifitests/src/com/android/server/wifi/ClientModeImplTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wifitests/src/com/android/server/wifi/ClientModeImplTest.java b/tests/wifitests/src/com/android/server/wifi/ClientModeImplTest.java
index 8dfd3e99f..026b3a44e 100644
--- a/tests/wifitests/src/com/android/server/wifi/ClientModeImplTest.java
+++ b/tests/wifitests/src/com/android/server/wifi/ClientModeImplTest.java
@@ -2313,7 +2313,7 @@ public class ClientModeImplTest {
// Expects that the code calls registerNetworkAgent and provides a way for the test to
// verify the messages sent through the NetworkAgent to ConnectivityService.
// We cannot just use a mock object here because mWifiNetworkAgent is private to CMI.
- // TODO: consider exposing WifiNetworkAgent and using mocks.
+ // TODO (b/134538181): consider exposing WifiNetworkAgent and using mocks.
ArgumentCaptor<Messenger> messengerCaptor = ArgumentCaptor.forClass(Messenger.class);
verify(mConnectivityManager).registerNetworkAgent(messengerCaptor.capture(),
any(NetworkInfo.class), any(LinkProperties.class), any(NetworkCapabilities.class),