Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e15a70c authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I1fb066b0 into eclair-mr2

* changes:
  Rename VCardTest.java to VCardImportTest.java.
parents 23a2d92f 3f15538a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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...