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

Commit dd052f00 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix unit tests' size to @LargeTest for action label tests

Bug: 17654015
Change-Id: Id6a5030881603ad29cb38909f02ac3c0709c8aaf
parent 2c4fbe47
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

package com.android.inputmethod.keyboard.action;

import android.test.suitebuilder.annotation.MediumTest;
import android.test.suitebuilder.annotation.LargeTest;
import android.view.inputmethod.EditorInfo;
import android.view.inputmethod.InputMethodSubtype;

import com.android.inputmethod.latin.utils.SubtypeLocaleUtils;

@MediumTest
@LargeTest
public class KlpActionCustomTests extends KlpActionTestsBase {
    public void testActionCustom() {
        for (final InputMethodSubtype subtype : mSubtypesWhoseNameIsDisplayedInItsLocale) {
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

package com.android.inputmethod.keyboard.action;

import android.test.suitebuilder.annotation.MediumTest;
import android.test.suitebuilder.annotation.LargeTest;
import android.view.inputmethod.EditorInfo;
import android.view.inputmethod.InputMethodSubtype;

import com.android.inputmethod.latin.R;
import com.android.inputmethod.latin.utils.SubtypeLocaleUtils;

@MediumTest
@LargeTest
public class KlpActionDoneTests extends KlpActionTestsBase {
    public void testActionDone() {
        for (final InputMethodSubtype subtype : mSubtypesWhoseNameIsDisplayedInItsLocale) {
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

package com.android.inputmethod.keyboard.action;

import android.test.suitebuilder.annotation.MediumTest;
import android.test.suitebuilder.annotation.LargeTest;
import android.view.inputmethod.EditorInfo;
import android.view.inputmethod.InputMethodSubtype;

import com.android.inputmethod.latin.R;
import com.android.inputmethod.latin.utils.SubtypeLocaleUtils;

@MediumTest
@LargeTest
public class KlpActionGoTests extends KlpActionTestsBase {
    public void testActionGo() {
        for (final InputMethodSubtype subtype : mSubtypesWhoseNameIsDisplayedInItsLocale) {
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

package com.android.inputmethod.keyboard.action;

import android.test.suitebuilder.annotation.MediumTest;
import android.test.suitebuilder.annotation.LargeTest;
import android.view.inputmethod.EditorInfo;
import android.view.inputmethod.InputMethodSubtype;

import com.android.inputmethod.latin.R;
import com.android.inputmethod.latin.utils.SubtypeLocaleUtils;

@MediumTest
@LargeTest
public class KlpActionNextTests extends KlpActionTestsBase {
    public void testActionNext() {
        for (final InputMethodSubtype subtype : mSubtypesWhoseNameIsDisplayedInItsLocale) {
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

package com.android.inputmethod.keyboard.action;

import android.test.suitebuilder.annotation.MediumTest;
import android.test.suitebuilder.annotation.LargeTest;
import android.view.inputmethod.EditorInfo;
import android.view.inputmethod.InputMethodSubtype;

import com.android.inputmethod.keyboard.internal.KeyboardIconsSet;
import com.android.inputmethod.latin.utils.SubtypeLocaleUtils;

@MediumTest
@LargeTest
public class KlpActionNoneTests extends KlpActionTestsBase {
    public void testActionNone() {
        final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey(
Loading