Merge "Fix TetheringTest crash on eng build" am: ff77e99cf0 am: 2d5584fc34
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1711433 Change-Id: I76bacf4edde90cb658fa74ccd8079a2ba68b9f91
This commit is contained in:
@@ -785,8 +785,6 @@ public class TetheringTest {
|
|||||||
assertTrue(TestConnectivityManager.looksLikeDefaultRequest(reqCaptor.getValue()));
|
assertTrue(TestConnectivityManager.looksLikeDefaultRequest(reqCaptor.getValue()));
|
||||||
// The default network request is only ever filed once.
|
// The default network request is only ever filed once.
|
||||||
verifyNoMoreInteractions(mCm);
|
verifyNoMoreInteractions(mCm);
|
||||||
mUpstreamNetworkMonitor.startTrackDefaultNetwork(mEntitleMgr);
|
|
||||||
verifyNoMoreInteractions(mCm);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void verifyInterfaceServingModeStarted(String ifname) throws Exception {
|
private void verifyInterfaceServingModeStarted(String ifname) throws Exception {
|
||||||
|
|||||||
Reference in New Issue
Block a user