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:
@@ -110,7 +110,7 @@ class MockContentProvider extends ContentProvider {
|
|||||||
* BaseClass for vCard unit tests with utility classes.
|
* BaseClass for vCard unit tests with utility classes.
|
||||||
* Please do not add each unit test here.
|
* 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 V21 = VCardConfig.VCARD_TYPE_V21_GENERIC_UTF8;
|
||||||
public static final int V30 = VCardConfig.VCARD_TYPE_V30_GENERIC_UTF8;
|
public static final int V30 = VCardConfig.VCARD_TYPE_V30_GENERIC_UTF8;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user