OSDN Git Service

move graph package to sdk 26
authorjeffreyhuang <jeffreyhuang@google.com>
Thu, 30 Nov 2017 20:21:49 +0000 (12:21 -0800)
committerjeffreyhuang <jeffreyhuang@google.com>
Thu, 30 Nov 2017 20:21:49 +0000 (12:21 -0800)
Test: make RunSettingsRoboTests -j40
Change-Id: I0a48b7c186aa6e35f08e46bc7af06d6a4d83af18

tests/robotests/src/com/android/settings/graph/BottomLabelLayoutTest.java
tests/robotests/src/com/android/settings/graph/UsageGraphTest.java

index c9804d6..eef6921 100644 (file)
@@ -35,7 +35,7 @@ import org.robolectric.RuntimeEnvironment;
 import org.robolectric.annotation.Config;
 
 @RunWith(RobolectricTestRunner.class)
-@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
+@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
 public class BottomLabelLayoutTest {
     private BottomLabelLayout mBottomLabelLayout;
     private Context mContext;
index fbd6fd4..4ab3381 100644 (file)
@@ -37,7 +37,7 @@ import org.robolectric.RuntimeEnvironment;
 import org.robolectric.annotation.Config;
 
 @RunWith(RobolectricTestRunner.class)
-@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
+@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
 public class UsageGraphTest {
     private UsageGraph mGraph;