JBoss daily test results
SUMMARY
Number of tests run: 563
--------------------------------------------
Successful tests: 534
Errors: 20
Failures: 9
--------------------------------------------
[time of test: 28 March 2002 0:46 GMT]
[java.version: 1.3.0]
[java.vendor: IBM Corporation]
[java.vm.version: 1.3.0]
[java.vm.name: Classic VM]
[java.vm.info: J2RE 1.3.0 IBM build cx130-20010626 (JIT enabled: jitc)]
[os.name: Linux]
[os.arch: x86]
[os.version: 2.4.9-31]
See http://lubega.com for full details
NOTE: If there are any errors shown above - this mail is only highlighting
them - it is NOT indicating that they are being looked at by anyone.
Remember - if a test becomes broken after your changes - fix it or fix the test!
--------------------------------------------
DETAILS OF ERRORS
[details not shown -as this makes the mail too big to reach the sf mailing list]
PS BEFORE you commit, run the test suite!
Its really is easy, just use the ant target 'run-basic-testsuite' from the
build directory.
To just run the unit tests (they are quite quick):
In the testsuite directory,
./build.sh tests-unit
You can run a single test case using:
./build.sh -Dtest=[XXXTestCase] one-test
The XXXTestCase is the classname of the junit class to run. So, to run the
EJBSpecUnitTestCase use:
./build.sh -Dtest=EJBSpecUnitTestCase one-test
To run all tests within a package, use
./build.sh -Dtest=[package] test
The package is name of the directory under the org/jboss/test directory that
contains the tests to run. So, to run the unit tests in the
org.jboss.test.security package use:
./build.sh -Dtest=security test
Thanks for all your effort - we really do love you!
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development