am c21d326e: Merge change 25145 into eclair

Merge commit 'c21d326ef00b6fdbf01d69c32d57bc55b9109a9e' into eclair-plus-aosp

* commit 'c21d326ef00b6fdbf01d69c32d57bc55b9109a9e':
  Disable testResolveInlineImage
This commit is contained in:
Andrew Stadler 2009-09-15 16:08:39 -07:00 committed by Android Git Automerger
commit 0ef15157e2

View File

@ -84,9 +84,10 @@ public class EmailHtmlUtilTest extends AndroidTestCase {
/**
* 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 testResolveInlineImage() throws MessagingException, IOException {
public void disable_testResolveInlineImage() throws MessagingException, IOException {
final LocalStore store = (LocalStore) LocalStore.newInstance(
mAccount.getLocalStoreUri(getContext()), mContext, null);
// Single cid case.