Figuring out why the build fails

This commit is contained in:
Arjen Poutsma
2014-04-15 13:17:13 +02:00
parent bcd0ead493
commit 04c429ba0d

View File

@@ -78,6 +78,7 @@ public abstract class AbstractSoap12MessageTestCase extends AbstractSoapMessageT
contentType.contains(SoapVersion.SOAP_12.getContentType()));
assertNull(TransportConstants.HEADER_SOAP_ACTION + " header must not be found",
tos.getHeaders().get(TransportConstants.HEADER_SOAP_ACTION));
assertTrue("Invalid Content-Type set", contentType.contains(soapAction));
String resultAccept = tos.getHeaders().get("Accept");
assertNotNull("Invalid accept header", resultAccept);
}