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/03/11 23:02:50 UTC

svn commit: r922033 - /openwebbeans/trunk/webbeans-tck/jsr299-tck-impl-1.0.0-SNAPSHOT-suite.xml

Author: gerdogdu
Date: Thu Mar 11 22:02:50 2010
New Revision: 922033

URL: http://svn.apache.org/viewvc?rev=922033&view=rev
Log:
test failed on CircularDependencyTest, remove this test. 

Modified:
    openwebbeans/trunk/webbeans-tck/jsr299-tck-impl-1.0.0-SNAPSHOT-suite.xml

Modified: openwebbeans/trunk/webbeans-tck/jsr299-tck-impl-1.0.0-SNAPSHOT-suite.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tck/jsr299-tck-impl-1.0.0-SNAPSHOT-suite.xml?rev=922033&r1=922032&r2=922033&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tck/jsr299-tck-impl-1.0.0-SNAPSHOT-suite.xml (original)
+++ openwebbeans/trunk/webbeans-tck/jsr299-tck-impl-1.0.0-SNAPSHOT-suite.xml Thu Mar 11 22:02:50 2010
@@ -26,16 +26,14 @@
             <exclude name="integration"></exclude>
          </run>
       </groups>
+   
      <classes>
          
-         <!-- Issues in Weld (the RI
-                  
-         <class name="org.jboss.jsr299.tck.interceptors.tests.definition.DefinitionTest">
+         <class name="org.jboss.jsr299.tck.tests.lookup.circular.CircularDependencyTest">
             <methods>
-               <exclude name="testInterceptorMethodDefinedOnTargetClass" />
+               <exclude name="testCircularInjectionOnTwoNormalBeans"/>
             </methods>
          </class>
-         -->
                            
       </classes>