[webbeans-commits] Webbeans SVN: r1578 - tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/unit/implementation/producer/field.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Wed Feb 18 17:06:50 EST 2009


Author: shane.bryzak at jboss.com
Date: 2009-02-18 17:06:50 -0500 (Wed, 18 Feb 2009)
New Revision: 1578

Modified:
   tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/unit/implementation/producer/field/ProducerFieldDefinitionTest.java
Log:
minor

Modified: tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/unit/implementation/producer/field/ProducerFieldDefinitionTest.java
===================================================================
--- tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/unit/implementation/producer/field/ProducerFieldDefinitionTest.java	2009-02-18 22:06:11 UTC (rev 1577)
+++ tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/unit/implementation/producer/field/ProducerFieldDefinitionTest.java	2009-02-18 22:06:50 UTC (rev 1578)
@@ -220,11 +220,6 @@
       assert blackWidowModel.getName().equals("blackWidow");
    }
 
-   /**
-    * The default name for a producer field is the field name.
-    * 
-    * @throws Exception
-    */
    @Test(groups = { "producerField" })
    @SpecAssertions({
      @SpecAssertion(section = "2.6.3", id = "b"),
@@ -239,15 +234,9 @@
       assert tarantulaModel.getName().equals("produceTarantula");
    }
 
-   /**
-    * A producer field may also specify scope, name, deployment type,
-    * stereotypes and/or bindings.
-    * 
-    * @throws Exception
-    */
    @Test(groups = "producerField")
    @SpecAssertions({
-     @SpecAssertion(section = "2.7.2", id = "unknown"),
+     @SpecAssertion(section = "2.7.2", id = "c"),
      @SpecAssertion(section = "3.5.2", id = "e"),
      @SpecAssertion(section = "2.2", id = "review")
    })




More information about the weld-commits mailing list