commit | ad8e77e557318359f8b8716500390fb642f55e31 | [log] [tgz] |
---|---|---|
author | jeffreyhuang <jeffreyhuang@google.com> | Thu Nov 30 12:21:49 2017 -0800 |
committer | jeffreyhuang <jeffreyhuang@google.com> | Thu Nov 30 12:21:49 2017 -0800 |
tree | 2f1301117147aff0147e437c9e0cef3b7398731b | |
parent | 7ec34c1781ade567d08d7f589b88d6cf0f759e1a [diff] |
move graph package to sdk 26 Test: make RunSettingsRoboTests -j40 Change-Id: I0a48b7c186aa6e35f08e46bc7af06d6a4d83af18
diff --git a/tests/robotests/src/com/android/settings/graph/BottomLabelLayoutTest.java b/tests/robotests/src/com/android/settings/graph/BottomLabelLayoutTest.java index c9804d6..eef6921 100644 --- a/tests/robotests/src/com/android/settings/graph/BottomLabelLayoutTest.java +++ b/tests/robotests/src/com/android/settings/graph/BottomLabelLayoutTest.java
@@ -35,7 +35,7 @@ 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;
diff --git a/tests/robotests/src/com/android/settings/graph/UsageGraphTest.java b/tests/robotests/src/com/android/settings/graph/UsageGraphTest.java index fbd6fd4..4ab3381 100644 --- a/tests/robotests/src/com/android/settings/graph/UsageGraphTest.java +++ b/tests/robotests/src/com/android/settings/graph/UsageGraphTest.java
@@ -37,7 +37,7 @@ 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;