Unbreak TetherInterfaceStateMachineTest.
This was broken by the implementation of IPv6 tethering, which relies on various private classes which end up calling unmockable final classes like NetworkInterface. Making everything public like this is almost certainly not the best way of fixing this test, but on the other hand there is value to the test continuing to pass. Test: runtest frameworks-net # Everything passes. Test: IPv6 tethering continues to work. Change-Id: I99cb146b04fd29c6c94080652e1138e8699d58d5
Loading
Please register or sign in to comment