Skip to content
Snippets Groups Projects
Commit 9ff695ee authored by Anton Hansson's avatar Anton Hansson
Browse files

Add TEST_MAPPING

...and remove the broken test!

Bug: 137191822
Test: treehugger (hopefully!?)
Change-Id: I175c1262275ae95caabac32a5308fd454ae62a4d
parent 6a8eaf41
No related branches found
No related tags found
No related merge requests found
{
"presubmit": [
{
"name": "framework-sdkext-tests"
}
]
}
......@@ -6,5 +6,6 @@ android_test {
"android.test.runner",
],
static_libs: [ "framework-sdkext" ],
test_suites: [ "general-tests" ],
platform_apis: true,
}
......@@ -29,11 +29,6 @@ public class SdkExtensionsTest extends TestCase {
SdkExtensions.getExtensionVersion(Build.VERSION_CODES.Q);
fail("expected IllegalArgumentException");
} catch (IllegalArgumentException expected) { }
try {
SdkExtensions.getExtensionVersion(999999);
fail("expected IllegalArgumentException");
} catch (IllegalArgumentException expected) { }
}
@SmallTest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment