I meant to include an example with trace, e.g. ...
org.junit.ComparisonFailure: expected:<[ASM_5032 request service1
operation1 invoked service2 operation1 invokedservice2 operation1
invoked]> but was:<[exception]>
at org.junit.Assert.assertEquals(Assert.java:123)
at org.junit.Assert.assertEquals(Assert.java:145)
at
client.BaseJAXWSTestRunner.checkException(BaseJAXWSTestRunner.java:223)
at client.BaseJAXWSTestRunner.testDummy(BaseJAXWSTestRunner.java:183)
On Mon, Feb 22, 2010 at 2:57 PM, kelvin goodson <[email protected]> wrote:
> I'm seeing 54 tests fail in the ASM otests. For all failures the
> expected exception message match doesn't match the actual. The actual
> is reported as just "exception" which I think is the case for all
> exceptions that are not instances of TestException_Exception . I
> haven't completely pinned this down, but I think it's because many of
> the ASM tests' composite files refer to the old
> targetNamespace="http://docs.oasis-open.org/ns/opencsa/scatests/200903"
> rather than 200912 . I have extracted revision 547 of the oasis
> repository (the latest). Any clues as to what's going on here?
>
> Kelvin.
>