@ -184,4 +184,20 @@ public class Jaxb2MarshallerTests extends AbstractMarshallerTests {
@@ -184,4 +184,20 @@ public class Jaxb2MarshallerTests extends AbstractMarshallerTests {
verify(mimeContainer);
assertTrue("No XML written",writer.toString().length()>0);
}
@Test
publicvoidsubclass()throwsException{
assertTrue("Flights subclass is not supported",marshaller.supports(FlightsSubclass.class));