Merge "Remove MobileNetworkSettingsTest#onAttach" into rvc-dev am: 6045790df8
Change-Id: I72c85e1c369f335ec678c40a9fd0bad8fbd8be6f
This commit is contained in:
@@ -44,7 +44,6 @@ import com.android.settings.widget.EntityHeaderController;
|
||||
import com.android.settingslib.core.AbstractPreferenceController;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.mockito.Mock;
|
||||
@@ -91,13 +90,6 @@ public class MobileNetworkSettingsTest {
|
||||
mNetworkPolicyManager);
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void onAttach_noCrash() {
|
||||
mFragment.onAttach(mContext);
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void createPreferenceControllers_createsDataUsageSummaryController() {
|
||||
final List<AbstractPreferenceController> controllers =
|
||||
|
Reference in New Issue
Block a user