Hello fellow JUniters,
I got a cvs snapshot of both jboss and jbosstest tonight.
Built both.
Started jboss.
Went to jbosstest/dist/bin to run some of the tests.
Problems:
Scripts need x permission
The majority of the tests don't pass.
Do the scripts in jbosstest/dist/bin point to the right tests?
Example:
javax.management.MBeanException: Exception thrown in operation deploy
at
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemot
Call.java:245)
at
sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)
at org.jboss.jmx.server.JMXAdaptorImpl_Stub.invoke(Unknown Source)
at org.jboss.jmx.client.Deployer.deploy(Deployer.java:55)
at org.jboss.test.testbean.test.Main.setUp(Main.java:1025)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:100)
at junit.framework.TestResult.runProtected(TestResult.java:117)
at junit.framework.TestResult.run(TestResult.java:103)
at junit.framework.TestCase.run(TestCase.java:120)
at junit.framework.TestSuite.run(TestSuite.java:144)
at junit.swingui.TestRunner$18.run(TestRunner.java:709)
Request for enhancement:
Add a switch for textui vs gui in the scripts
Add an ant build task (or single script) that runs all the tests.
Maybe I just did something stupid...
-Tom Woytaszek
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]