Merge "Remove MobileNetworkSettingsTest#onAttach" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6045790df8
@@ -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