summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Tryshev <vadimt@google.com>2019-06-21 21:50:34 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-06-21 21:50:34 +0000
commit58fd654e573a02d14470e8bc627611d35733fbf3 (patch)
tree7e35ea197316ecff4e8dc5a45e9044726e8d590d
parente72363456ec1e0553193a327fe524fcb92b6df3a (diff)
parentb6e2cd8546c76b328aed512c7f67bc0256b326d4 (diff)
downloadandroid_packages_apps_Trebuchet-58fd654e573a02d14470e8bc627611d35733fbf3.tar.gz
android_packages_apps_Trebuchet-58fd654e573a02d14470e8bc627611d35733fbf3.tar.bz2
android_packages_apps_Trebuchet-58fd654e573a02d14470e8bc627611d35733fbf3.zip
Merge "Enable @PortraitLandscape for testBackground" into ub-launcher3-qt-dev
-rw-r--r--quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java
index 9e3bf2f56..f02859f46 100644
--- a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java
+++ b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java
@@ -208,7 +208,7 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest {
@Test
@NavigationModeSwitch
-// @PortraitLandscape
+ @PortraitLandscape
public void testBackground() throws Exception {
startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR));
final Background background = mLauncher.getBackground();