am c21d326e
: Merge change 25145 into eclair
Merge commit 'c21d326ef00b6fdbf01d69c32d57bc55b9109a9e' into eclair-plus-aosp * commit 'c21d326ef00b6fdbf01d69c32d57bc55b9109a9e': Disable testResolveInlineImage
This commit is contained in:
commit
0ef15157e2
@ -84,9 +84,10 @@ public class EmailHtmlUtilTest extends AndroidTestCase {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Tests for resolving inline image src cid: reference to content uri.
|
* Tests for resolving inline image src cid: reference to content uri.
|
||||||
|
*
|
||||||
|
* TODO: These need to be completely rewritten to not use LocalStore messages.
|
||||||
*/
|
*/
|
||||||
|
public void disable_testResolveInlineImage() throws MessagingException, IOException {
|
||||||
public void testResolveInlineImage() throws MessagingException, IOException {
|
|
||||||
final LocalStore store = (LocalStore) LocalStore.newInstance(
|
final LocalStore store = (LocalStore) LocalStore.newInstance(
|
||||||
mAccount.getLocalStoreUri(getContext()), mContext, null);
|
mAccount.getLocalStoreUri(getContext()), mContext, null);
|
||||||
// Single cid case.
|
// Single cid case.
|
||||||
|
Loading…
Reference in New Issue
Block a user