diff options
| author | 2019-08-28 16:50:03 -0700 | |
|---|---|---|
| committer | 2019-08-28 16:50:03 -0700 | |
| commit | bb7cbd38f47899261b39f7a3b4843b5a8f7412d4 (patch) | |
| tree | 3280c4287c75be928da4197d9ec42e775dea78eb | |
| parent | 72fcdcde4c211d259b7c5c24b373f2c05debc1ff (diff) | |
Re-enable testPlatformPermissionPolicyUnaltered presubmit test
It was disabled when the test was renamed but the TEST_MAPPING was not
changed.
Test: atest testPlatformPermissionPolicyUnaltered
Bug: 140199041
Change-Id: I74d1bf842993b3f9c3003848a12afc811516fa17
| -rw-r--r-- | core/res/TEST_MAPPING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/TEST_MAPPING b/core/res/TEST_MAPPING index 1d22d7823dd5..ccd91a41ab68 100644 --- a/core/res/TEST_MAPPING +++ b/core/res/TEST_MAPPING @@ -4,7 +4,7 @@ "name": "CtsPermission2TestCases", "options": [ { - "include-filter": "android.permission2.cts.PermissionPolicyTest#testPlatformPermissionPolicyUnaltered" + "include-filter": "android.permission2.cts.PermissionPolicyTest#platformPermissionPolicyIsUnaltered" } ] } |