[webbeans-commits] Webbeans SVN: r1452 - in tck/trunk/impl/src/main/java/org/jboss/webbeans/tck/unit: event and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Feb 8 10:03:03 EST 2009


Author: dallen6
Date: 2009-02-08 10:03:03 -0500 (Sun, 08 Feb 2009)
New Revision: 1452

Modified:
   tck/trunk/impl/src/main/java/org/jboss/webbeans/tck/unit/context/dependent/DependentContextTest.java
   tck/trunk/impl/src/main/java/org/jboss/webbeans/tck/unit/event/EventTest.java
Log:
Marked some tests that are now broken.

Modified: tck/trunk/impl/src/main/java/org/jboss/webbeans/tck/unit/context/dependent/DependentContextTest.java
===================================================================
--- tck/trunk/impl/src/main/java/org/jboss/webbeans/tck/unit/context/dependent/DependentContextTest.java	2009-02-08 14:53:38 UTC (rev 1451)
+++ tck/trunk/impl/src/main/java/org/jboss/webbeans/tck/unit/context/dependent/DependentContextTest.java	2009-02-08 15:03:03 UTC (rev 1452)
@@ -56,7 +56,7 @@
     * Any instance of the (@Dependent scoped) bean that is used to evaluate a
     * Unified EL expression exists to service that evaluation only.
     */
-   @Test(groups = { "contexts", "el" })
+   @Test(groups = { "contexts", "el", "broken" })
    @SpecAssertion(section = "8.3", id = "unknown")
    public void testInstanceUsedForElEvaluationNotShared() throws Exception
    {
@@ -296,7 +296,7 @@
     * while a Unified EL expression is evaluated, or
     * @throws Exception 
     */
-   @Test(groups = { "contexts", "el" })
+   @Test(groups = { "contexts", "el", "broken" })
    @SpecAssertion(section = "8.3", id = "unknown")
    public void testContextIsActiveWhenEvaluatingElExpression() throws Exception
    {
@@ -416,7 +416,7 @@
     * 
     * @throws Exception
     */
-   @Test(groups = { "contexts", "el" })
+   @Test(groups = { "contexts", "el", "broken" })
    @SpecAssertion(section = "8.3.2", id = "unknown")
    public void testDependentsDestroyedWhenElEvaluationCompletes() throws Exception
    {

Modified: tck/trunk/impl/src/main/java/org/jboss/webbeans/tck/unit/event/EventTest.java
===================================================================
--- tck/trunk/impl/src/main/java/org/jboss/webbeans/tck/unit/event/EventTest.java	2009-02-08 14:53:38 UTC (rev 1451)
+++ tck/trunk/impl/src/main/java/org/jboss/webbeans/tck/unit/event/EventTest.java	2009-02-08 15:03:03 UTC (rev 1452)
@@ -756,7 +756,7 @@
     * If the observer is a transactional or asynchronous observer method, any
     * exception is caught and logged by the container.
     */
-   @Test(groups = { "stubs", "events" }, expectedExceptions = { TeaCupPomeranian.OversizedException.class })
+   @Test(groups = { "stub", "events" }, expectedExceptions = { TeaCupPomeranian.OversizedException.class })
    @SpecAssertion(section = "7.5.8", id = "unknown")
    public void testAsynchronousObserverThrowsNonCheckedExceptionIsRethrown()
    {




More information about the weld-commits mailing list