assertEquals("Didn't process attachments correctly", res, true);
}
public void doTestAttachmentsTestRef() throws Exception {
Options opts = new Options( new String[]{});
boolean res = new TestRef(opts).testit();
assertEquals("Didn't process attachments correctly", res, true);
}