summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/AndroidTests/src/com/android/unit_tests/vcard/VCardImportTests.java (renamed from tests/AndroidTests/src/com/android/unit_tests/vcard/VCardTests.java)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/AndroidTests/src/com/android/unit_tests/vcard/VCardTests.java b/tests/AndroidTests/src/com/android/unit_tests/vcard/VCardImportTests.java
index f800e52703dc..0f40cceee79f 100644
--- a/tests/AndroidTests/src/com/android/unit_tests/vcard/VCardTests.java
+++ b/tests/AndroidTests/src/com/android/unit_tests/vcard/VCardImportTests.java
@@ -63,7 +63,7 @@ import java.util.SortedMap;
import java.util.TreeMap;
import java.util.Map.Entry;
-public class VCardTests extends AndroidTestCase {
+public class VCardImportTests extends AndroidTestCase {
// Push data into int array at first since values like 0x80 are
// interpreted as int by the compiler and casting all of them is
// cumbersome...