[jboss-cvs] JBossAS SVN: r62822 - 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
Sun May 6 13:16:44 EDT 2007


Author: dimitris at jboss.org
Date: 2007-05-06 13:16:44 -0400 (Sun, 06 May 2007)
New Revision: 62822

Modified:
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/iiop/test/ParameterPassingStressTestCase.java
Log:
rollback franscisco's jacorb update.

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-06 17:13:55 UTC (rev 62821)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/iiop/test/ParameterPassingStressTestCase.java	2007-05-06 17:16:44 UTC (rev 62822)
@@ -346,6 +346,12 @@
    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