Merge change 25145 into eclair
* changes: Disable testResolveInlineImage
This commit is contained in:
commit
c21d326ef0
@ -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