[webbeans-commits] Webbeans SVN: r3308 - in tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/lookup/injection: non/contextual and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Jul 28 05:08:42 EDT 2009


Author: jharting
Date: 2009-07-28 05:08:42 -0400 (Tue, 28 Jul 2009)
New Revision: 3308

Modified:
   tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/lookup/injection/enterprise/SessionBeanInjectionTest.java
   tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/lookup/injection/non/contextual/InjectionIntoNonContextualComponentTest.java
Log:
Link tests to JIRA

Modified: tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/lookup/injection/enterprise/SessionBeanInjectionTest.java
===================================================================
--- tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/lookup/injection/enterprise/SessionBeanInjectionTest.java	2009-07-28 08:31:29 UTC (rev 3307)
+++ tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/lookup/injection/enterprise/SessionBeanInjectionTest.java	2009-07-28 09:08:42 UTC (rev 3308)
@@ -53,6 +53,7 @@
 
    @Test(groups = "ri-broken")
    @SpecAssertion(section = "5.6", id = "e")
+   //JBAS-7046
    public void testInjectionOnEJBInterceptor()
    {
       // Test interceptor that intercepts contextual Session Bean

Modified: tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/lookup/injection/non/contextual/InjectionIntoNonContextualComponentTest.java
===================================================================
--- tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/lookup/injection/non/contextual/InjectionIntoNonContextualComponentTest.java	2009-07-28 08:31:29 UTC (rev 3307)
+++ tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/lookup/injection/non/contextual/InjectionIntoNonContextualComponentTest.java	2009-07-28 09:08:42 UTC (rev 3308)
@@ -45,6 +45,7 @@
    @SpecAssertions( { 
       @SpecAssertion(section = "5.6", id = "e"), 
       @SpecAssertion(section = "5.6.4", id = "a") })
+   //JBAS-7046
    public void testInjectionIntoServlet() throws Exception
    {
       WebClient webClient = new WebClient();
@@ -56,6 +57,7 @@
    @SpecAssertions( { 
       @SpecAssertion(section = "5.6", id = "e"), 
       @SpecAssertion(section = "5.6.4", id = "a") })
+   //JBAS-7046
    public void testInjectionIntoFilter() throws Exception
    {
       WebClient webClient = new WebClient();
@@ -65,6 +67,7 @@
 
    @Test(groups = "ri-broken")
    @SpecAssertion(section = "5.6", id = "e")
+   //JBAS-7046
    public void testInjectionIntoServletListener() throws Exception
    {
       WebClient webClient = new WebClient();
@@ -74,6 +77,7 @@
 
    @Test(groups = "ri-broken")
    @SpecAssertion(section = "5.6", id = "e")
+   //JBAS-7046
    public void testInjectionIntoTagHandler() throws Exception
    {
       WebClient webClient = new WebClient();
@@ -85,6 +89,7 @@
 
    @Test(groups = "ri-broken")
    @SpecAssertion(section = "5.6", id = "e")
+   //JBAS-7046
    public void testInjectionIntoTagLibraryListener() throws Exception
    {
       WebClient webClient = new WebClient();
@@ -94,6 +99,7 @@
    
    @Test(groups = "ri-broken")
    @SpecAssertion(section = "5.6", id = "d")
+   //JBAS-7046
    public void testInjectionIntoJSFManagedBean() throws Exception
    {
       WebClient webclient = new WebClient();




More information about the weld-commits mailing list