[
http://jira.jboss.com/jira/browse/JBAS-3605?page=all ]
Dimitris Andreadis closed JBAS-3605.
------------------------------------
Assignee: Dimitris Andreadis
Fix Version/s: JBossAS-5.0.0.Beta
Resolution: Done
// JBAS-3605, the execution order of tests in this test case is important
// so it must be defined explicitly when running under some JVMs
TestSuite suite = new TestSuite();
suite.addTest(new JMXInvokerUnitTestCase("testGetSomething"));
suite.addTest(new JMXInvokerUnitTestCase("testGetCustom"));
suite.addTest(new JMXInvokerUnitTestCase("testGetCustomXMBean"));
suite.addTest(new JMXInvokerUnitTestCase("testGetXMBeanInfo"));
suite.addTest(new JMXInvokerUnitTestCase("testXMBeanDoSomething"));
suite.addTest(new JMXInvokerUnitTestCase("testSetCustom"));
suite.addTest(new JMXInvokerUnitTestCase("testClassNotFoundException"));
suite.addTest(new JMXInvokerUnitTestCase("testNotification"));
suite.addTest(new
JMXInvokerUnitTestCase("testNotificationWithBadListener"));
suite.addTest(new JMXInvokerUnitTestCase("testServerInfoViaHttp"));
return getDeploySetup(suite, "invoker-adaptor-test.ear");
test failures
org.jboss.test.jmx.test.JMXInvokerUnitTestCase/SecureJMXInvokerUnitTestCase (jrockit)
---------------------------------------------------------------------------------------------------
Key: JBAS-3605
URL:
http://jira.jboss.com/jira/browse/JBAS-3605
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Components: JMX, Test Suite
Environment: Java Version 1.4.2_11
Java Vendor BEA Systems, Inc.
Java VM Name BEA JRockit(R)
Java VM Version R26.4.0-63-63688-1.4.2_11-20060626-2259-linux-ia32
Java VM Info
OS Name Linux
OS Version 2.6.9-34.0.2.ELsmp
OS Arch i386
Reporter: Dimitris Andreadis
Assigned To: Dimitris Andreadis
Fix For: JBossAS-4.0.5.GA, JBossAS-5.0.0.Beta
testGetCustom Failure expected:<InitialValue> but was:<changed>
junit.framework.ComparisonFailure: expected:<InitialValue> but was:<changed>
at
org.jboss.test.jmx.test.JMXInvokerUnitTestCase.testGetCustom(JMXInvokerUnitTestCase.java:85)
at
jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown
Source)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
at junit.extensions.TestSetup.run(TestSetup.java:23)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira