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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Jun 17 09:38:20 EDT 2011


Author: petemuir
Date: 2011-06-17 09:38:19 -0400 (Fri, 17 Jun 2011)
New Revision: 7247

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-219


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	2011-06-13 09:49:44 UTC (rev 7246)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml	2011-06-17 13:38:19 UTC (rev 7247)
@@ -139,6 +139,13 @@
                </methods>
             </class>
             
+            <!-- CDITCK-219 -->
+            <class name="org.jboss.jsr299.tck.tests.context.session.SessionContextTest">
+               <methods>
+                  <exclude name="testSessionContextDestroyedWhenHttpSessionTimesOut" />
+               </methods>
+            </class>
+            
             <!-- CDITCK-217 -->
             <class name="org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.InjectionIntoWebServiceEndPointTest">
                 <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	2011-06-13 09:49:44 UTC (rev 7246)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml	2011-06-17 13:38:19 UTC (rev 7247)
@@ -39,6 +39,13 @@
                <exclude name="testSessionBeanIsIntercepted" />
             </methods>
          </class>  
+         
+         <!-- CDITCK-219 -->
+            <class name="org.jboss.jsr299.tck.tests.context.session.SessionContextTest">
+               <methods>
+                  <exclude name="testSessionContextDestroyedWhenHttpSessionTimesOut" />
+               </methods>
+            </class> 
 
          <!-- CDITCK-217 -->
          <class name="org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.InjectionIntoWebServiceEndPointTest">



More information about the weld-commits mailing list