assertEquals("Didn't process attachment correctly", res, true) ;
}
public void doTestAttachmentsD1() throws Exception {
Options opts = new Options( new String[]{});
boolean res = new EchoAttachment(opts).echo(true, "samples/attachments/README");
assertEquals("Didn't process attachment correctly", res, true) ;
}