[jboss-cvs] JBossAS SVN: r87746 - in projects/ejb3/trunk/testsuite: src/test/resources and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 23 21:09:29 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-04-23 21:09:29 -0400 (Thu, 23 Apr 2009)
New Revision: 87746

Modified:
   projects/ejb3/trunk/testsuite/build-test.xml
   projects/ejb3/trunk/testsuite/src/test/resources/known-issues.xml
Log:
[EJBTHREE-1346] Treat test as known-failure until fix is integrated in AS

Modified: projects/ejb3/trunk/testsuite/build-test.xml
===================================================================
--- projects/ejb3/trunk/testsuite/build-test.xml	2009-04-24 01:07:49 UTC (rev 87745)
+++ projects/ejb3/trunk/testsuite/build-test.xml	2009-04-24 01:09:29 UTC (rev 87746)
@@ -5306,13 +5306,13 @@
      <antcall target="test-with-jvmargs" inheritRefs="true">
          <param name="test" value="ejbthree1346"/>
          <param name="jvmargs" value=""/>
-         <param name="test.extension" value="BR-disabled"/> 
+         <!-- No "test-extension" param or ingnoring the known-issue won't work -->
      </antcall>
       
      <antcall target="test-with-jvmargs" inheritRefs="true">
          <param name="test" value="ejbthree1053"/>
          <param name="jvmargs" value=""/>
-     	   <!-- Not "test-extension" param or ingnoring the known-issue won't work -->
+     	   <!-- No "test-extension" param or ingnoring the known-issue won't work -->
      </antcall>
 
      <server:stop name="clustered-ejb3-totalrep-0"/>

Modified: projects/ejb3/trunk/testsuite/src/test/resources/known-issues.xml
===================================================================
--- projects/ejb3/trunk/testsuite/src/test/resources/known-issues.xml	2009-04-24 01:07:49 UTC (rev 87745)
+++ projects/ejb3/trunk/testsuite/src/test/resources/known-issues.xml	2009-04-24 01:09:29 UTC (rev 87746)
@@ -50,5 +50,9 @@
   <entry key="org.jboss.ejb3.test.ejbthree1647.unit.ResourceInjectionIntoPrimitivesTestCase.testIntegerInjectionUsingResourceMappedName">show</entry>
   <!-- EJBTHREE-1053 -->
   <entry key="org.jboss.ejb3.test.ejbthree1053.unit.ConsistentPassivatedStateUnitTestCase.testConsistentPassivatedState">show</entry>
+  <!-- EJBTHREE-1346 won't pass until 1.1.5 or later is used in AS 5.1.0.CR1 or later -->
+  <entry key="org.jboss.ejb3.test.ejbthree1346.unit.DisableClusteredAnnotationUnitTestCase.testStatefulBean">show</entry>
+  <entry key="org.jboss.ejb3.test.ejbthree1346.unit.DisableClusteredAnnotationUnitTestCase.testStatelessBean">show</entry>
+  <entry key="org.jboss.ejb3.test.ejbthree1346.unit.DisableClusteredAnnotationUnitTestCase.testServerFound">show</entry>
   
 </properties>




More information about the jboss-cvs-commits mailing list