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

Commit 436748a1 authored by Tarandeep Singh's avatar Tarandeep Singh
Browse files

Revert "Make InputMethod core tests presubmit"

This reverts commit f4f792ef.

Reason for revert: All Core tests run as presubmit without annotation ever since cl/193219608. @Presubmit is redundant.

Bug: 78296014
Change-Id: I7f3b26c9cb5a4aa72591b4e55877b646fa846e73
parent f4f792ef
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ import static org.junit.Assert.assertTrue;
import android.graphics.Matrix;
import android.graphics.RectF;
import android.os.Parcel;
import android.platform.test.annotations.Presubmit;
import android.support.test.filters.SmallTest;
import android.support.test.runner.AndroidJUnit4;
import android.text.TextUtils;
@@ -40,7 +39,6 @@ import org.junit.runner.RunWith;
import java.util.Objects;

@SmallTest
@Presubmit
@RunWith(AndroidJUnit4.class)
public class CursorAnchorInfoTest {
    private static final float EPSILON = 0.0000001f;
+0 −2
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@ import android.content.pm.ResolveInfo;
import android.content.pm.ServiceInfo;
import android.os.Bundle;
import android.os.Parcel;
import android.platform.test.annotations.Presubmit;
import android.support.test.filters.LargeTest;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
@@ -37,7 +36,6 @@ import org.junit.Test;
import org.junit.runner.RunWith;

@LargeTest
@Presubmit
@RunWith(AndroidJUnit4.class)
public class InputMethodInfoTest {

+0 −2
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ package android.view.inputmethod;
import static org.junit.Assert.assertEquals;

import android.os.Parcel;
import android.platform.test.annotations.Presubmit;
import android.support.test.filters.SmallTest;
import android.support.test.runner.AndroidJUnit4;
import android.view.inputmethod.InputMethodSubtype.InputMethodSubtypeBuilder;
@@ -30,7 +29,6 @@ import org.junit.runner.RunWith;
import java.util.ArrayList;

@SmallTest
@Presubmit
@RunWith(AndroidJUnit4.class)
public class InputMethodSubtypeArrayTest {

+0 −2
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@ import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;

import android.os.Parcel;
import android.platform.test.annotations.Presubmit;
import android.support.test.filters.SmallTest;
import android.support.test.runner.AndroidJUnit4;
import android.view.inputmethod.InputMethodSubtype.InputMethodSubtypeBuilder;
@@ -35,7 +34,6 @@ import java.util.Locale;
import java.util.Objects;

@SmallTest
@Presubmit
@RunWith(AndroidJUnit4.class)
public class InputMethodSubtypeTest {

+0 −2
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@ import static org.junit.Assert.assertTrue;

import android.graphics.RectF;
import android.os.Parcel;
import android.platform.test.annotations.Presubmit;
import android.support.test.filters.SmallTest;
import android.support.test.runner.AndroidJUnit4;
import android.view.inputmethod.SparseRectFArray.SparseRectFArrayBuilder;
@@ -34,7 +33,6 @@ import org.junit.runner.RunWith;
import java.util.Objects;

@SmallTest
@Presubmit
@RunWith(AndroidJUnit4.class)
public class SparseRectFArrayTest {
    // A test data for {@link SparseRectFArray}. null represents the gap of indices.
Loading