move graph package to sdk 26
Test: make RunSettingsRoboTests -j40 Change-Id: I0a48b7c186aa6e35f08e46bc7af06d6a4d83af18
This commit is contained in:
@@ -35,7 +35,7 @@ import org.robolectric.RuntimeEnvironment;
|
|||||||
import org.robolectric.annotation.Config;
|
import org.robolectric.annotation.Config;
|
||||||
|
|
||||||
@RunWith(RobolectricTestRunner.class)
|
@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 {
|
public class BottomLabelLayoutTest {
|
||||||
private BottomLabelLayout mBottomLabelLayout;
|
private BottomLabelLayout mBottomLabelLayout;
|
||||||
private Context mContext;
|
private Context mContext;
|
||||||
|
@@ -37,7 +37,7 @@ import org.robolectric.RuntimeEnvironment;
|
|||||||
import org.robolectric.annotation.Config;
|
import org.robolectric.annotation.Config;
|
||||||
|
|
||||||
@RunWith(RobolectricTestRunner.class)
|
@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 {
|
public class UsageGraphTest {
|
||||||
private UsageGraph mGraph;
|
private UsageGraph mGraph;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user