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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri May 21 17:53:38 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-05-21 17:53:37 -0400 (Fri, 21 May 2010)
New Revision: 6274

Modified:
   cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
Log:
Oops, wrong test! CDITCK-162

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-05-21 21:53:29 UTC (rev 6273)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml	2010-05-21 21:53:37 UTC (rev 6274)
@@ -180,7 +180,7 @@
          <class name="org.jboss.jsr299.tck.tests.implementation.simple.resource.resource.InjectionOfResourceTest">
             <methods>
                <exclude name="testInjectionOfResource" />
-               <exclude name="testPassivatingResource" />
+               <exclude name="testProduceResourceProxy" />
             </methods>
          </class>
          



More information about the weld-commits mailing list