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

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

* commit '6dd19ca5cb78008d6793d0a223a6189786c5c62f':
  Make VCardTestsBase public.
This commit is contained in:
Daisuke Miyakawa
2010-08-24 13:39:37 -07:00
committed by Android Git Automerger

View File

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