am 8a39dd56: am 399e0c3c: am 32152d96: am f1b6b3af: Old paper clip asset is removed, which touches a test case here.

* commit '8a39dd56340050e3fdcb08c2aea806e26362b587':
  Old paper clip asset is removed, which touches a test case here.
This commit is contained in:
James Lemieux 2014-11-02 18:52:40 +00:00 committed by Android Git Automerger
commit a94b86e583
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ public class AttachmentProviderTests extends ProviderTestCase2<AttachmentProvide
private String createAttachmentFile(Account forAccount, long id) throws IOException {
File outFile = getAttachmentFile(forAccount, id);
Bitmap bitmap = BitmapFactory.decodeResource(getContext().getResources(),
R.drawable.ic_attach_file_20dp);
R.drawable.ic_attach_file_18dp);
FileOutputStream out = new FileOutputStream(outFile);
bitmap.compress(Bitmap.CompressFormat.PNG, 100, out);
out.close();