Merge "Revert "Ignore broken test to unblock TreeHugger"" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8482455df7
@@ -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