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

* commit 'a94b86e5837cec198a77bdf717f8754202187fc8':
  Old paper clip asset is removed, which touches a test case here.
This commit is contained in:
James Lemieux 2014-11-02 19:02:28 +00:00 committed by Android Git Automerger
commit 1286b3fc3d
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();