Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 503e8c0a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add missing test annotation to ActionMode tests"

parents a540344b e097c097
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package com.android.internal.app;

import android.test.ActivityInstrumentationTestCase2;
import android.test.UiThreadTest;
import android.test.suitebuilder.annotation.SmallTest;
import android.view.ActionMode;
import android.view.Menu;
import android.view.MenuItem;
@@ -25,6 +26,7 @@ import android.view.MenuItem;
/**
 * Tests for {@link WindowDecorActionBar}.
 */
@SmallTest
public class WindowDecorActionBarTest
        extends ActivityInstrumentationTestCase2<WindowDecorActionBarTestActivity> {
    private WindowDecorActionBar mWindowDecorActionBar;
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package com.android.internal.widget;

import android.content.Context;
import android.test.AndroidTestCase;
import android.test.suitebuilder.annotation.SmallTest;
import android.view.ActionMode;
import android.view.View;
import android.view.ViewGroup;
@@ -25,6 +26,7 @@ import android.view.ViewGroup;
/**
 * Tests for {@link ActionBarContainer}.
 */
@SmallTest
public class ActionBarContainerTest extends AndroidTestCase {
    private ActionBarContainer mActionBarContainer;