From 2f6bef2c17acde80a857e37ae34a2b6801d5b197 Mon Sep 17 00:00:00 2001 From: Adrian Roos Date: Thu, 6 Apr 2017 23:06:24 +0000 Subject: [PATCH] Revert "Ignore a broken test until it can be fixed." This reverts commit 1ee48434efc8129c604b20eae90605b0098f674e. Change-Id: Ie51d2931a6bafb187902c6ac845066ca70937f2c --- .../statusbar/notification/NotificationViewWrapperTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationViewWrapperTest.java b/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationViewWrapperTest.java index 2c49f99c295d6..a69de7a682913 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationViewWrapperTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationViewWrapperTest.java @@ -24,7 +24,6 @@ import android.view.View; import com.android.systemui.statusbar.ExpandableNotificationRow; import org.junit.Before; -import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -38,7 +37,6 @@ public class NotificationViewWrapperTest { mContext = InstrumentationRegistry.getTargetContext(); } - @Ignore("Broken") @Test public void constructor_doesntUseViewContext() throws Exception { new TestableNotificationViewWrapper(mContext, new View(null /* context */), null /* row */);