As part of the work I'm doing to integrate the new security model I added
an Ant script for automating the junit test cases to the jbosstest module. Some
tests are failing because they are not proper junit framework tests. I'm not sure
if this is the situation for all failures. Here is the tests summary:
<testsuite name="org.jboss.test.bank.test.Main" tests="9" failures="0" errors="0"
time="26.625 sec">
<testsuite name="org.jboss.test.cts.test.Main" tests="3" failures="0" errors="0"
time="67.266 sec">
<testsuite name="org.jboss.test.hello.test.Main" tests="6" failures="0" errors="0"
time="11.875 sec">
<testsuite name="org.jboss.test.testbean.test.Main" tests="9" failures="0" errors="0"
time="10.469 sec">
<testsuite name="org.jboss.test.bmp.test.Main" tests="1" failures="1" errors="0"
time="0.5 sec">
<testsuite name="org.jboss.test.dbtest.test.Main" tests="1" failures="1" errors="0"
time="0.407 sec">
<testsuite name="org.jboss.test.idgen.test.Main" tests="1" failures="0" errors="1"
time="1.344 sec">
<testsuite name="org.jboss.test.lock.test.Main" tests="1" failures="1" errors="0"
time="0.407 sec">
<testsuite name="org.jboss.test.mdb.test.Main" tests="1" failures="0" errors="1"
time="1.5 sec">
<testsuite name="org.jboss.test.xa.test.Main" tests="1" failures="1" errors="0"
time="0.422 sec">
See the jbosstest/src/build/run_tests.xml script for the test setup. As I complete the
testing
of the new security layer I'll look further into these failures.