From: Adrian Roos Date: Fri, 7 Apr 2017 17:35:44 +0000 (+0000) Subject: Merge "Revert "Ignore a broken test until it can be fixed."" into oc-dev X-Git-Tag: android-x86-9.0-r1~1044^2~2144 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2d691791e7;p=android-x86%2Fframeworks-base.git Merge "Revert "Ignore a broken test until it can be fixed."" into oc-dev --- 2d691791e7e673dc824c434850970e3493deac65 diff --cc packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationViewWrapperTest.java index 0dad52f2942e,a69de7a68291..7a72afdbdfd4 --- a/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationViewWrapperTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationViewWrapperTest.java @@@ -38,10 -37,9 +37,9 @@@ public class NotificationViewWrapperTes mContext = InstrumentationRegistry.getTargetContext(); } - @Ignore("Broken") @Test public void constructor_doesntUseViewContext() throws Exception { - new TestableNotificationViewWrapper(mContext, new View(null /* context */), null /* row */); + new TestableNotificationViewWrapper(mContext, null /* view */, null /* row */); } static class TestableNotificationViewWrapper extends NotificationViewWrapper {