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

Commit f4d6565d authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Mark android.view.inputmethod.InputMethodInfoTest as @SmallTest

InputMethodInfoTest was originally introduced without any test size
annotation [1] then marked as @LargeTest in a large mechanical
cleanup.

This is why InputMethodInfoTest is currently marked as @LargeTest.

Anyway, most likely InputMethodInfoTest is a small set of tests hence
this CL does so.

 [1]: I0f6b130a7df57557e40b52a7b7ac00be965a17c3
      e12a6fff
 [2]: Ifd466251b92728f9bbfa3cbd8fd21d34490f4eb1
      bdbde555

Bug: 115894235
Test: atest FrameworksCoreTests:android.view.inputmethod.InputMethodInfoTest
Change-Id: I0aae1a6d7287e4343eece56565c75856b762d7fa
parent 442b49d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,8 +26,8 @@ import android.content.pm.ResolveInfo;
import android.content.pm.ServiceInfo;
import android.os.Bundle;
import android.os.Parcel;
import android.support.test.filters.LargeTest;
import android.support.test.InstrumentationRegistry;
import android.support.test.filters.SmallTest;
import android.support.test.runner.AndroidJUnit4;

import com.android.frameworks.coretests.R;
@@ -35,7 +35,7 @@ import com.android.frameworks.coretests.R;
import org.junit.Test;
import org.junit.runner.RunWith;

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