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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Oct 14 12:23:13 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-10-14 12:23:13 -0400 (Thu, 14 Oct 2010)
New Revision: 7034

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.xml
Log:
CDITCK-184

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-10-14 09:47:03 UTC (rev 7033)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml	2010-10-14 16:23:13 UTC (rev 7034)
@@ -422,7 +422,7 @@
                <exclude name="testStatelessWithRequestScopeFails" />
             </methods>
          </class>
-         <class name="org.jboss.jsr299.tck.tests.implementation.enterprise.broken.statelessWithSessionScope.StatelessWithSessionScopeTest">
+         <class name="org.jboss.jsr299.tck.tests.implementation.enterprise.broken.statelessWithApplicationScope.StatelessWithApplicationScopeTest">
             <methods>
                <exclude name="testStatelessWithSessionScopeFails" />
             </methods>

Modified: cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml	2010-10-14 09:47:03 UTC (rev 7033)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml	2010-10-14 16:23:13 UTC (rev 7034)
@@ -174,7 +174,7 @@
                <exclude name="testStatelessWithRequestScopeFails" />
             </methods>
          </class>
-         <class name="org.jboss.jsr299.tck.tests.implementation.enterprise.broken.statelessWithSessionScope.StatelessWithSessionScopeTest">
+         <class name="org.jboss.jsr299.tck.tests.implementation.enterprise.broken.statelessWithApplicationScope.StatelessWithApplicationScopeTest">
             <methods>
                <exclude name="testStatelessWithSessionScopeFails" />
             </methods>



More information about the weld-commits mailing list