Merge "Revert "Ignore broken test to unblock TreeHugger"" into pi-dev
am: 8482455df7
Change-Id: I10b2fc33b345607358ad81c98784eb15fcd2c2e5
This commit is contained in:
@@ -57,7 +57,6 @@ import com.android.settingslib.deviceinfo.StorageVolumeProvider;
|
|||||||
|
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import org.junit.Ignore;
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.mockito.ArgumentCaptor;
|
import org.mockito.ArgumentCaptor;
|
||||||
@@ -216,7 +215,6 @@ public class StorageItemPreferenceControllerTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Ignore
|
|
||||||
public void testClickFiles() {
|
public void testClickFiles() {
|
||||||
when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(mVolume);
|
when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(mVolume);
|
||||||
when(mVolume.buildBrowseIntent()).thenReturn(new Intent());
|
when(mVolume.buildBrowseIntent()).thenReturn(new Intent());
|
||||||
|
Reference in New Issue
Block a user