}
public void testAttachmentUnmarshaller() throws Exception {
OMElement att = TestUtils.loadElementFromResource("/attachment1.xml");
AttachmentUnmarshaller au = new AttachmentUnmarshaller();
Attachment attachment = au.unmarshalAttachment(att);
assertEquals("http://localhost/a1", attachment.toString());
}
}