summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-05-02 15:18:01 -0700
committervadimt <vadimt@google.com>2019-05-02 15:18:01 -0700
commit0b927428d6845ee2561d74e06da2a1d7fee8a3dd (patch)
treec63656f89644f0e435ee7f6af4f4697a661d7f7e /tests
parentdffb214d0f8769cb8c8fbeda91e7ad6b1c4f2f15 (diff)
downloadandroid_packages_apps_Trebuchet-0b927428d6845ee2561d74e06da2a1d7fee8a3dd.tar.gz
android_packages_apps_Trebuchet-0b927428d6845ee2561d74e06da2a1d7fee8a3dd.tar.bz2
android_packages_apps_Trebuchet-0b927428d6845ee2561d74e06da2a1d7fee8a3dd.zip
Enabling portrait widgets tests without converting to TAPL
Bug: 131116002 Change-Id: I61e3277d4ff7aec12c8e532ce8ed68d8cd2032e9
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java8
-rw-r--r--tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java4
2 files changed, 6 insertions, 6 deletions
diff --git a/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java b/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java
index 84452b416..06a8bca13 100644
--- a/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java
+++ b/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java
@@ -71,25 +71,25 @@ public class AddConfigWidgetTest extends AbstractLauncherUiTest {
}
@Test
- @Ignore // Convert test to TAPL and enable them; b/131116002
+ // Convert test to TAPL b/131116002
public void testWidgetConfig() throws Throwable {
runTest(false, true);
}
@Test
- @Ignore // Convert test to TAPL and enable them; b/131116002
+ @Ignore // b/121280703
public void testWidgetConfig_rotate() throws Throwable {
runTest(true, true);
}
@Test
- @Ignore // Convert test to TAPL and enable them; b/131116002
+ // Convert test to TAPL b/131116002
public void testConfigCancelled() throws Throwable {
runTest(false, false);
}
@Test
- @Ignore // Convert test to TAPL and enable them; b/131116002
+ @Ignore // b/121280703
public void testConfigCancelled_rotate() throws Throwable {
runTest(true, false);
}
diff --git a/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java b/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java
index 90c339fda..7bebf2f15 100644
--- a/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java
+++ b/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java
@@ -49,19 +49,19 @@ public class AddWidgetTest extends AbstractLauncherUiTest {
@Rule public ShellCommandRule mGrantWidgetRule = ShellCommandRule.grantWidgetBind();
@Test
- @Ignore // Convert test to TAPL and enable them; b/131116002
public void testDragIcon_portrait() throws Throwable {
lockRotation(true);
performTest();
}
@Test
- @Ignore // Convert test to TAPL and enable them; b/131116002
+ @Ignore // b/121280703
public void testDragIcon_landscape() throws Throwable {
lockRotation(false);
performTest();
}
+ // b/131116002
private void performTest() throws Throwable {
clearHomescreen();
mActivityMonitor.startLauncher();