[jboss-cvs] JBossAS SVN: r62820 - branches/Branch_4_2/testsuite/src/main/org/jboss/test/iiop/test.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sat May 5 19:08:05 EDT 2007
Author: reverbel
Date: 2007-05-05 19:08:05 -0400 (Sat, 05 May 2007)
New Revision: 62820
Modified:
branches/Branch_4_2/testsuite/src/main/org/jboss/test/iiop/test/ParameterPassingStressTestCase.java
Log:
Remove the code that skipped test_getException() on Sun JVM 1.5 (JacORB 2.2.4jboss.patch2 fixed JBAS-3613).
Modified: branches/Branch_4_2/testsuite/src/main/org/jboss/test/iiop/test/ParameterPassingStressTestCase.java
===================================================================
--- branches/Branch_4_2/testsuite/src/main/org/jboss/test/iiop/test/ParameterPassingStressTestCase.java 2007-05-05 22:47:10 UTC (rev 62819)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/iiop/test/ParameterPassingStressTestCase.java 2007-05-05 23:08:05 UTC (rev 62820)
@@ -346,12 +346,6 @@
public void test_getException()
throws Exception
{
- // JBAS-3613, conditionally skip this test on Sun JVM 1.5
- boolean isSunVM = System.getProperty("java.vm.vendor").indexOf("Sun") > -1;
- if (Java.isVersion(Java.VERSION_1_5) && isSunVM)
- {
- return;
- }
StatelessSessionHome home =
(StatelessSessionHome)PortableRemoteObject.narrow(
getInitialContext().lookup(StatelessSessionHome.JNDI_NAME),
More information about the jboss-cvs-commits
mailing list