Refer to SDK constant defined in DevSdkIgnoreRule
Refer to the same constant definition as other tests instead of hard coding locally, so that it won't be missed as changing to Build.VERSION_CODES.SC_V2. Bug: 184750836 Test: atest FrameworksNetTests Change-Id: I3c17c414d830af03e2719c5dab1a664c55f6df2a
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
|
||||
package android.net;
|
||||
|
||||
import static com.android.testutils.DevSdkIgnoreRuleKt.SC_V2;
|
||||
|
||||
import static org.junit.Assert.assertArrayEquals;
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
@@ -264,8 +266,8 @@ public class Ikev2VpnProfileTest {
|
||||
}
|
||||
|
||||
|
||||
// TODO: Refer to Build.VERSION_CODES.SC_V2 when it's available in AOSP
|
||||
@DevSdkIgnoreRule.IgnoreUpTo(32)
|
||||
// TODO: Refer to Build.VERSION_CODES.SC_V2 when it's available in AOSP and mainline branch
|
||||
@DevSdkIgnoreRule.IgnoreUpTo(SC_V2)
|
||||
@Test
|
||||
public void testBuildExcludeLocalRoutesSet() throws Exception {
|
||||
final Ikev2VpnProfile.Builder builder = getBuilderWithDefaultOptions();
|
||||
|
||||
Reference in New Issue
Block a user