Merge "Revert "Ignore a broken test until it can be fixed."" into oc-dev
This commit is contained in:
@@ -24,7 +24,6 @@ import android.view.View;
|
|||||||
import com.android.systemui.statusbar.ExpandableNotificationRow;
|
import com.android.systemui.statusbar.ExpandableNotificationRow;
|
||||||
|
|
||||||
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;
|
||||||
|
|
||||||
@@ -38,7 +37,6 @@ public class NotificationViewWrapperTest {
|
|||||||
mContext = InstrumentationRegistry.getTargetContext();
|
mContext = InstrumentationRegistry.getTargetContext();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Broken")
|
|
||||||
@Test
|
@Test
|
||||||
public void constructor_doesntUseViewContext() throws Exception {
|
public void constructor_doesntUseViewContext() throws Exception {
|
||||||
new TestableNotificationViewWrapper(mContext, null /* view */, null /* row */);
|
new TestableNotificationViewWrapper(mContext, null /* view */, null /* row */);
|
||||||
|
|||||||
Reference in New Issue
Block a user