From e92cc80bbfcec3c50ee4d8199f5ce3a636c1d930 Mon Sep 17 00:00:00 2001 From: Narayan Kamath Date: Thu, 9 Jul 2015 17:58:27 +0100 Subject: [PATCH] Lose some deprecated test annotations. Will be deleted shortly. They're no-ops because nobody knows how to process them. Change-Id: I2898a57e508b0bc39edb2cc2ab7a26f98de608e0 --- .../bluetooth/Utf8ByteLengthFilterTest.java | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/tests/src/com/android/settings/bluetooth/Utf8ByteLengthFilterTest.java b/tests/src/com/android/settings/bluetooth/Utf8ByteLengthFilterTest.java index 0ed7812a076..ecbd947fecb 100644 --- a/tests/src/com/android/settings/bluetooth/Utf8ByteLengthFilterTest.java +++ b/tests/src/com/android/settings/bluetooth/Utf8ByteLengthFilterTest.java @@ -22,27 +22,8 @@ import android.text.SpannableStringBuilder; import com.android.settings.bluetooth.Utf8ByteLengthFilter; -import dalvik.annotation.TestLevel; -import dalvik.annotation.TestTargetClass; -import dalvik.annotation.TestTargetNew; -import dalvik.annotation.TestTargets; - -@TestTargetClass(Utf8ByteLengthFilter.class) public class Utf8ByteLengthFilterTest extends AndroidTestCase { - @TestTargets({ - @TestTargetNew( - level = TestLevel.COMPLETE, - method = "filter", - args = {java.lang.CharSequence.class, int.class, int.class, android.text.Spanned.class, - int.class, int.class} - ), - @TestTargetNew( - level = TestLevel.COMPLETE, - method = "Utf8ByteLengthFilter", - args = {int.class} - ) - }) public void testFilter() { // Define the variables CharSequence source;