Enable PhoneWindowActionModeTest in continuous testing.

Instrumentation tests running in continuous testing should be
annotated with one of @SmallTest, @MediumTest, @LargeTest.

Change-Id: Ib9c450287b170683f40cfce3ba8d049023ddc357
This commit is contained in:
Abodunrinwa Toki
2015-07-31 15:20:06 -07:00
parent 4e38bc2384
commit fc828febf7

View File

@@ -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> {