Searched refs:cid3bp (Results 1 – 1 of 1) sorted by relevance
320 final Part cid3bp = MessageTestUtils.bodyPart("image/gif", cid3); in brokentestCollectParts() local321 cid3bp.addHeader(MimeHeader.HEADER_CONTENT_DISPOSITION, "attachment; filename=\"im3.gif\""); in brokentestCollectParts()346 MimeUtility.collectParts(cid3bp, view3, attach3); in brokentestCollectParts()348 assertEquals(attach3.get(0), cid3bp); in brokentestCollectParts()