[weld-commits] Weld SVN: r7080 - cdi-tck/branches/1.0/impl/src/main/resources.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Nov 9 07:20:03 EST 2010


Author: pete.muir at jboss.org
Date: 2010-11-09 07:20:03 -0500 (Tue, 09 Nov 2010)
New Revision: 7080

Modified:
   cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
Log:
CDITCK-149

Modified: cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml	2010-11-08 21:40:50 UTC (rev 7079)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml	2010-11-09 12:20:03 UTC (rev 7080)
@@ -120,6 +120,13 @@
                <exclude name="testSameNormalScopeBeanInjectedEverywhere" />
             </methods>
          </class>
+         <class name="org.jboss.jsr299.tck.tests.context.ContextTest">
+            <methods>
+               <exclude name="testBuiltInContexts" />
+               <exclude name="testGetContextWithNoRegisteredContextsFails" />
+               <exclude name="testGetContextWithTooManyActiveContextsFails" />
+            </methods>
+         </class>
          
          <!-- CDITCK-150 -->
          <class name="org.jboss.jsr299.tck.tests.deployment.packaging.bundledLibrary.LibraryInEarTest">



More information about the weld-commits mailing list