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

Commit 28060c8a authored by Daisuke Miyakawa's avatar Daisuke Miyakawa Committed by Android Git Automerger
Browse files

am 6dd19ca5: Merge "Make VCardTestsBase public." into gingerbread

Merge commit '6dd19ca5' into gingerbread-plus-aosp

* commit '6dd19ca5':
  Make VCardTestsBase public.
parents 510f9f86 6dd19ca5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ class MockContentProvider extends ContentProvider {
 * BaseClass for vCard unit tests with utility classes.
 * Please do not add each unit test here.
 */
/* package */ class VCardTestsBase extends AndroidTestCase {
public class VCardTestsBase extends AndroidTestCase {
    public static final int V21 = VCardConfig.VCARD_TYPE_V21_GENERIC_UTF8;
    public static final int V30 = VCardConfig.VCARD_TYPE_V30_GENERIC_UTF8;