diff options
| author | 2015-07-31 15:20:06 -0700 | |
|---|---|---|
| committer | 2015-07-31 15:20:06 -0700 | |
| commit | fc828febf7e7b44935eeb47ae74b26daefceea06 (patch) | |
| tree | e78d50d3d5317157a84c6dc210f73109af42c6cb | |
| parent | 4e38bc2384135005b84d0cc7dbf5ffa7c2c2eb7f (diff) | |
Enable PhoneWindowActionModeTest in continuous testing.
Instrumentation tests running in continuous testing should be
annotated with one of @SmallTest, @MediumTest, @LargeTest.
Change-Id: Ib9c450287b170683f40cfce3ba8d049023ddc357
| -rw-r--r-- | core/tests/coretests/src/com/android/internal/policy/PhoneWindowActionModeTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/tests/coretests/src/com/android/internal/policy/PhoneWindowActionModeTest.java b/core/tests/coretests/src/com/android/internal/policy/PhoneWindowActionModeTest.java index b860c2081f45..48590c1ec463 100644 --- a/core/tests/coretests/src/com/android/internal/policy/PhoneWindowActionModeTest.java +++ b/core/tests/coretests/src/com/android/internal/policy/PhoneWindowActionModeTest.java @@ -18,6 +18,7 @@ package com.android.internal.policy; import android.test.ActivityInstrumentationTestCase2; import android.test.UiThreadTest; +import android.test.suitebuilder.annotation.SmallTest; import android.view.ActionMode; import android.view.ActionMode.Callback; import android.view.KeyEvent; @@ -34,6 +35,7 @@ import android.view.accessibility.AccessibilityEvent; /** * Tests {@link PhoneWindow}'s {@link ActionMode} related methods. */ +@SmallTest public final class PhoneWindowActionModeTest extends ActivityInstrumentationTestCase2<PhoneWindowActionModeTestActivity> { |