Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
NIGHTLY
-
None
-
None
Description
On the trunk, there is a test failure in HessianMessageFormatterTest:
testGetContentType(org.apache.synapse.format.hessian.HessianMessageFormatterTest) Time elapsed: 0.004 sec <<< FAILURE!
junit.framework.ComparisonFailure: expected:<...-application/hessian[]> but was:<...-application/hessian[; charset=utf-8]>
at junit.framework.Assert.assertEquals(Assert.java:81)
at junit.framework.Assert.assertEquals(Assert.java:87)
at org.apache.synapse.format.hessian.HessianMessageFormatterTest.testGetContentType(HessianMessageFormatterTest.java:95)
This is caused by a change [1] in Axiom. Not sure if it is something that needs to be fixed in Synapse or if the change in Axiom should be reverted.