summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Merger (Role) <noreply-android-build-merger@google.com>2018-05-14 21:14:02 +0000
committerAndroid Build Merger (Role) <noreply-android-build-merger@google.com>2018-05-14 21:14:02 +0000
commitfd27b74ffb8ba823a10bcb0001dd9e411e8b50de (patch)
treea4c7b708b29f61b2d93916ac5873410c2c5d389e
parentca453ab41bb27ce853b2c0fa0c98ff9027b87940 (diff)
parent405f8facd3c5129a4074d046ca84965af2960932 (diff)
downloadplatform_testing-fd27b74ffb8ba823a10bcb0001dd9e411e8b50de.tar.gz
[automerger] Rename patchLevel to minPatchLevel in STS test annotations am: a8f3ddff9d am: 405f8facd3
Change-Id: I01f53796627baceddf1337af0f9c93134340bf0e
-rw-r--r--libraries/annotations/src/android/platform/test/annotations/RootPermissionTest.java2
-rw-r--r--libraries/annotations/src/android/platform/test/annotations/SecurityTest.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/libraries/annotations/src/android/platform/test/annotations/RootPermissionTest.java b/libraries/annotations/src/android/platform/test/annotations/RootPermissionTest.java
index 9e96bc53a..25496eff4 100644
--- a/libraries/annotations/src/android/platform/test/annotations/RootPermissionTest.java
+++ b/libraries/annotations/src/android/platform/test/annotations/RootPermissionTest.java
@@ -33,5 +33,5 @@ public @interface RootPermissionTest {
// Denotes the patch level when the test was introduced
// TODO : Remove the default value. Need one in the interim whilst we undertake
// the effort to annotate the existing tests with a corresponding patch-level.
- String patchLevel() default "";
+ String minPatchLevel() default "";
}
diff --git a/libraries/annotations/src/android/platform/test/annotations/SecurityTest.java b/libraries/annotations/src/android/platform/test/annotations/SecurityTest.java
index 276399370..56ae4b29f 100644
--- a/libraries/annotations/src/android/platform/test/annotations/SecurityTest.java
+++ b/libraries/annotations/src/android/platform/test/annotations/SecurityTest.java
@@ -32,5 +32,5 @@ public @interface SecurityTest {
// Denotes the patch level when the test was introduced
// TODO : Remove the default value. Need one in the interim whilst we undertake
// the effort to annotate the existing tests with a corresponding patch-level.
- String patchLevel() default "";
+ String minPatchLevel() default "";
}