summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-05-02 16:21:55 -0700
committervadimt <vadimt@google.com>2019-05-02 16:21:55 -0700
commit33cf050852f8d0635455735af7adb6ab3f49a56d (patch)
tree98fdb4ebb4682837e594df4c1e7b4a900613d51d /tests
parent479c3d445edd74778d9d655327fc0c95254e85f6 (diff)
downloadandroid_packages_apps_Trebuchet-33cf050852f8d0635455735af7adb6ab3f49a56d.tar.gz
android_packages_apps_Trebuchet-33cf050852f8d0635455735af7adb6ab3f49a56d.tar.bz2
android_packages_apps_Trebuchet-33cf050852f8d0635455735af7adb6ab3f49a56d.zip
Enabling some tests that seem to pass locally
Bug: 131116002 Change-Id: Idd158b3e55fb0591508aa1498e9f37c40091af70
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/launcher3/ui/DefaultLayoutProviderTest.java6
-rw-r--r--tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java2
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/src/com/android/launcher3/ui/DefaultLayoutProviderTest.java b/tests/src/com/android/launcher3/ui/DefaultLayoutProviderTest.java
index 357e029b7..48335a602 100644
--- a/tests/src/com/android/launcher3/ui/DefaultLayoutProviderTest.java
+++ b/tests/src/com/android/launcher3/ui/DefaultLayoutProviderTest.java
@@ -71,7 +71,7 @@ public class DefaultLayoutProviderTest extends AbstractLauncherUiTest {
}
@Test
- @Ignore // Convert test to TAPL and enable them; b/131116002
+ // Convert test to TAPL; b/131116002
public void testCustomProfileLoaded_with_icon_on_hotseat() throws Exception {
writeLayout(new LauncherLayoutBuilder().atHotseat(0).putApp(SETTINGS_APP, SETTINGS_APP));
@@ -86,7 +86,7 @@ public class DefaultLayoutProviderTest extends AbstractLauncherUiTest {
}
@Test
- @Ignore // Convert test to TAPL and enable them; b/131116002
+ // Convert test to TAPL; b/131116002
public void testCustomProfileLoaded_with_widget() throws Exception {
// A non-restored widget with no config screen gets restored automatically.
LauncherAppWidgetProviderInfo info = TestViewHelpers.findWidgetProvider(this, false);
@@ -106,7 +106,7 @@ public class DefaultLayoutProviderTest extends AbstractLauncherUiTest {
}
@Test
- @Ignore // Convert test to TAPL and enable them; b/131116002
+ // Convert test to TAPL; b/131116002
public void testCustomProfileLoaded_with_folder() throws Exception {
writeLayout(new LauncherLayoutBuilder().atHotseat(0).putFolder(android.R.string.copy)
.addApp(SETTINGS_APP, SETTINGS_APP)
diff --git a/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java b/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java
index 7bebf2f15..e802acb62 100644
--- a/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java
+++ b/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java
@@ -61,7 +61,7 @@ public class AddWidgetTest extends AbstractLauncherUiTest {
performTest();
}
- // b/131116002
+ // Convert to TAPL b/131116002
private void performTest() throws Throwable {
clearHomescreen();
mActivityMonitor.startLauncher();