You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2010/04/15 15:55:53 UTC

svn commit: r934411 - in /openwebbeans/trunk/webbeans-tck: standalone-suite.xml webprofile-suite.xml

Author: gerdogdu
Date: Thu Apr 15 13:55:53 2010
New Revision: 934411

URL: http://svn.apache.org/viewvc?rev=934411&view=rev
Log:
update for tck buggy tests

Modified:
    openwebbeans/trunk/webbeans-tck/standalone-suite.xml
    openwebbeans/trunk/webbeans-tck/webprofile-suite.xml

Modified: openwebbeans/trunk/webbeans-tck/standalone-suite.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tck/standalone-suite.xml?rev=934411&r1=934410&r2=934411&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tck/standalone-suite.xml (original)
+++ openwebbeans/trunk/webbeans-tck/standalone-suite.xml Thu Apr 15 13:55:53 2010
@@ -121,6 +121,21 @@
      			<exclude name="testCircularInjectionOnOneDependentAndOneNormalBean"></exclude>
      		</methods>
      	</class>     
+     	
+     	<!-- ERROR IN CDITCK-142 -->
+     	<class name="org.jboss.jsr299.tck.tests.context.dependent.DependentContextTest">
+     		<methods>
+     			<exclude name="testDependentsDestroyedWhenProducerMethodCompletes"></exclude>
+     		</methods>
+     	</class>          
+     	
+     	<!-- ERROR IN CDITCK-143 -->
+     	<class name="org.jboss.jsr299.tck.tests.implementation.simple.lifecycle.SimpleBeanLifecycleTest">
+     		<methods>
+     			<exclude name="testBeanCreateInjectsDependenciesAndInvokesInitializerToInstantiateInstance"></exclude>
+     			<exclude name="testCreateReturnsSameBeanPushed"></exclude>
+     		</methods>
+     	</class>         
 
      	<!-- TODO EL-RESOLVER PROBLEM -->
      	<class name="org.jboss.jsr299.tck.tests.context.dependent.DependentContextTest">

Modified: openwebbeans/trunk/webbeans-tck/webprofile-suite.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tck/webprofile-suite.xml?rev=934411&r1=934410&r2=934411&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tck/webprofile-suite.xml (original)
+++ openwebbeans/trunk/webbeans-tck/webprofile-suite.xml Thu Apr 15 13:55:53 2010
@@ -100,6 +100,22 @@
      			<exclude name="testCircularInjectionOnOneDependentAndOneNormalBean"></exclude>
      		</methods>
      	</class>          	
+     	
+     	<!-- ERROR IN CDITCK-142 -->
+     	<class name="org.jboss.jsr299.tck.tests.context.dependent.DependentContextTest">
+     		<methods>
+     			<exclude name="testDependentsDestroyedWhenProducerMethodCompletes"></exclude>
+     		</methods>
+     	</class>          
+     	
+     	<!-- ERROR IN CDITCK-143 -->
+     	<class name="org.jboss.jsr299.tck.tests.implementation.simple.lifecycle.SimpleBeanLifecycleTest">
+     		<methods>
+     			<exclude name="testBeanCreateInjectsDependenciesAndInvokesInitializerToInstantiateInstance"></exclude>
+     			<exclude name="testCreateReturnsSameBeanPushed"></exclude>
+     		</methods>
+     	</class>         
+     	
 
      	<!-- TODO EL-RESOLVER PROBLEM -->
      	<class name="org.jboss.jsr299.tck.tests.context.dependent.DependentContextTest">