Enabling some test suites that miss from ATP

ATP requires the test size attribute, or else the test won't be run.

Test: Will see on ATP
Change-Id: If231781b5188c022e47cc40e46af933d753fa114
This commit is contained in:
Vadim Tryshev
2018-08-24 14:04:43 -07:00
parent 98afc96461
commit 12daab5597
5 changed files with 38 additions and 24 deletions

View File

@@ -1,5 +1,8 @@
package com.android.launcher3.model;
import static org.junit.Assert.assertEquals;
import androidx.test.filters.SmallTest;
import androidx.test.runner.AndroidJUnit4;
import com.android.launcher3.ItemInfo;
@@ -15,11 +18,10 @@ import org.junit.runner.RunWith;
import java.util.Arrays;
import java.util.HashSet;
import static org.junit.Assert.assertEquals;
/**
* Tests for {@link PackageInstallStateChangedTask}
*/
@SmallTest
@RunWith(AndroidJUnit4.class)
public class PackageInstallStateChangedTaskTest extends BaseModelUpdateTaskTestCase {