Eliminate MediaNetworkRequirement style attachment job handling

// FREEBIE
This commit is contained in:
Moxie Marlinspike
2017-07-21 15:59:27 -07:00
parent b5259f6847
commit 82b5b35d3b
14 changed files with 117 additions and 173 deletions

View File

@@ -17,7 +17,7 @@ public class AttachmentDownloadJobTest extends BaseUnitTest {
@Override
public void setUp() throws Exception {
super.setUp();
job = new AttachmentDownloadJob(context, 1L, new AttachmentId(1L, 1L));
job = new AttachmentDownloadJob(context, 1L, new AttachmentId(1L, 1L), false);
}
@Test(expected = InvalidPartException.class)