Old paper clip asset is removed, which touches a test case here.

Change-Id: Ie070eaeb7d3c4a3663da4cd4761328241ce6467f
This commit is contained in:
James Lemieux 2014-09-22 14:00:00 -07:00
parent d54cebe5ec
commit f1b6b3afd9
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();