Merge "Fix TetheringTest crash on eng build" into sc-dev am: f15137fb9f
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/14637501 Change-Id: I8cd2c8a60e72f28aaf3b931ad7701263d8fd9b29
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