[webbeans-commits] Webbeans SVN: r1798 - tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/event/transactionalObservers.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Mar 6 11:06:55 EST 2009


Author: pete.muir at jboss.org
Date: 2009-03-06 11:06:55 -0500 (Fri, 06 Mar 2009)
New Revision: 1798

Modified:
   tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/event/transactionalObservers/EventTest.java
Log:
match tests

Modified: tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/event/transactionalObservers/EventTest.java
===================================================================
--- tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/event/transactionalObservers/EventTest.java	2009-03-06 15:58:47 UTC (rev 1797)
+++ tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/event/transactionalObservers/EventTest.java	2009-03-06 16:06:55 UTC (rev 1798)
@@ -153,21 +153,9 @@
    {
       assert false;
    }
-
-   /**
-    * Otherwise, the observer method is called in the same transaction context,
-    * client security context and lifecycle contexts as the invocation of
-    * Event.fire().
-    */
-   @Test(groups = { "events", "integration", "stub" })
-   @SpecAssertion(section = "7.5.8", id = "unknown")
-   public void testEnterpriseBeanObserverMethodCalledWithCallerContext()
-   {
-      assert false;
-   }
-
+   
    @Test(groups = { "stub", "events", "integration" })
-   @SpecAssertion(section = "7.5.8", id = "unknown")
+   @SpecAssertion(section = "7.5.8", id = "p")
    public void testTransactionalObserverThrownExceptionIsCaughtAndLogged()
    {
       assert false;
@@ -179,7 +167,7 @@
     * Event.fire().
     */
    @Test(groups = { "stub", "events", "integration" })
-   @SpecAssertion(section = "7.5.9", id = "unknown")
+   @SpecAssertion(section = "7.5.9", id = "d")
    public void testObserverMethodCalledInSameContexts()
    {
       assert false;
@@ -192,7 +180,7 @@
     * context and lifecycle contexts.
     */
    @Test(groups = { "stub", "events", "integration" })
-   @SpecAssertion(section = "7.5.9", id = "unknown")
+   @SpecAssertion(section = "7.5.9", id = "b")
    public void testBeforeTransactionCompletionObserverMethodContexts()
    {
       assert false;
@@ -205,7 +193,7 @@
     * transaction that just completed.
     */
    @Test(groups = { "stub", "events", "integration" })
-   @SpecAssertion(section = "7.5.9", id = "unknown")
+   @SpecAssertion(section = "7.5.9", id = "c")
    public void testOtherTransactionalObserverMethodContexts()
    {
       assert false;




More information about the weld-commits mailing list