[webbeans-commits] Webbeans SVN: r1986 - tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/definition/deployment.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Mar 13 19:23:27 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-03-13 19:23:27 -0400 (Fri, 13 Mar 2009)
New Revision: 1986

Modified:
   tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/definition/deployment/DeploymentTypeDefinitionTest.java
Log:
Fix aassertion mapping

Modified: tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/definition/deployment/DeploymentTypeDefinitionTest.java
===================================================================
--- tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/definition/deployment/DeploymentTypeDefinitionTest.java	2009-03-13 23:18:31 UTC (rev 1985)
+++ tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/definition/deployment/DeploymentTypeDefinitionTest.java	2009-03-13 23:23:27 UTC (rev 1986)
@@ -126,7 +126,7 @@
    }
 
    @Test(groups = { "deploymentType" })
-   @SpecAssertion(section = "4.1", id = "ca")
+   @SpecAssertion(section = "4.1", id = "cc")
    public void testDeploymentTypeDeclaredInheritedIsBlockedByIntermediateDeploymentTypeNotMarkedInherited()
    {
       assert getCurrentManager().resolveByType(GoldenRetriever.class).size() == 1;
@@ -134,7 +134,7 @@
    }
 
    @Test(groups = { "deploymentType" })
-   @SpecAssertion(section = "4.1", id = "ca")
+   @SpecAssertion(section = "4.1", id = "cc")
    public void testDeploymentTypeDeclaredInheritedIsBlockedByIntermediateDeploymentTypeMarkedInherited()
    {
       assert getCurrentManager().resolveByType(GoldenLabrador.class).size() == 1;




More information about the weld-commits mailing list