Running all the OASIS Assembly tests this morning i'm getting just 9
tests failing so thats over 90% passing.

(To get these numbers requires all the local fixes mentioned in the
various JIRAs about issues in the OASIS tests, and yes that doesn't
include the false positives where a test is passing for the wrong
reason, but its starting to look pretty good)

The failing ones are these, with comments from the wiki page or
elsewhere to give a hint about the test:

          client.ASM_5021_TestCase.class, multiple references for autowire
          client.ASM_5031_TestCase.class, @replace=true wired to the second
service only
          client.ASM_5036_TestCase.class, properties
          client.ASM_5029_TestCase.class, properties - TUSCANY-3231
          client.ASM_6016_TestCase.class, SL needs policy matching function
          client.ASM_6029_TestCase.class, (local=true) ComparisonFailure:
expected:<[exception]> but was:<[ASM_6029 request...
          client.ASM_6030_TestCase.class, Ram looking
          client.ASM_6031_TestCase.class, (mutually exclusive intents)
ComparisonFailure: expected:<[exception]> but was:<[ASM_6031
request...
          client.ASM_6032_TestCase.class, (mutually exclusive intents)
ComparisonFailure: expected:<[exception]> but was:<[ASM_6032
request...

As before, if anyone wants to help fix any of those they're easy to
run now that the Maven build has been sorted out:

svn co https://svn.apache.org/repos/asf/tuscany/java/sca/otest/current/ otests
cd otests
mvn clean install

And to setup for Eclipse:
mvn eclipse:eclipse

  ...ant

Reply via email to