Anyone who thought that changing source/target from 1.4 to 1.5 would
break unit tests, raise a hand and feel smug.

Making the change breaks the MessageContextChangeTest, presumably
because of some difference in 1.4 and 1.5 class structures. The
failure outputs:
Apr 25, 2008 11:43:18 PM
org.apache.axis2.engine.MessageContextChangeTest testChange
SEVERE: ERROR: number of actual fields [74] in MessageContext does not
match the expected number [76]
Apr 25, 2008 11:43:18 PM
org.apache.axis2.engine.MessageContextChangeTest testChange
SEVERE: ERROR:  MessageContext is missing field
[[class$org$apache$axis2$context$MessageContext, class$0]]
Apr 25, 2008 11:43:18 PM
org.apache.axis2.engine.MessageContextChangeTest testChange
SEVERE: ERROR:  MessageContext is missing field
[[class$org$apache$axis2$context$SelfManagedDataManager, class$1]]

Given that I don't want to accidentally break something important by
just making the test pass, can someone who understands what the
purpose of the test is take a look. Dims, I notice you made a change
to these parts of the test recently, could you take a look?

David

-- 
David Illsley - IBM Web Services Development

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to