You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by rm...@apache.org on 2014/10/01 17:46:53 UTC

svn commit: r1628744 - /openwebbeans/trunk/webbeans-tck/standalone-suite.xml

Author: rmannibucau
Date: Wed Oct  1 15:46:52 2014
New Revision: 1628744

URL: http://svn.apache.org/r1628744
Log:
excluding org.jboss.cdi.tck.tests.extensions.beanManager.beanAttributes.CreateBeanAttributesTest#testBeanAttributesForManagedBeanWithModifiedAnnotatedType while not clarified at spec level

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

Modified: openwebbeans/trunk/webbeans-tck/standalone-suite.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tck/standalone-suite.xml?rev=1628744&r1=1628743&r2=1628744&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tck/standalone-suite.xml (original)
+++ openwebbeans/trunk/webbeans-tck/standalone-suite.xml Wed Oct  1 15:46:52 2014
@@ -127,6 +127,13 @@
                 </methods>
             </class>
 
+            <!-- CDITCK-449 -->
+            <class name="org.jboss.cdi.tck.tests.extensions.beanManager.beanAttributes.CreateBeanAttributesTest">
+                <methods>
+                    <exclude name="testBeanAttributesForManagedBeanWithModifiedAnnotatedType"/>
+                </methods>
+            </class>
+
         </classes>