am 403b5cd4: am 6e15a70c: Merge change I1fb066b0 into eclair-mr2

Merge commit '403b5cd405dee554bbd1a467112fc90cdf2af308'

* commit '403b5cd405dee554bbd1a467112fc90cdf2af308':
  Rename VCardTest.java to VCardImportTest.java.
This commit is contained in:
Daisuke Miyakawa
2009-10-13 14:29:09 -07:00
committed by Android Git Automerger

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