Merge change I1fb066b0 into eclair-mr2

* changes:
  Rename VCardTest.java to VCardImportTest.java.
This commit is contained in:
Android (Google) Code Review
2009-10-09 12:45:39 -04:00

View File

@@ -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...