[webbeans-commits] Webbeans SVN: r3090 - in tck/trunk/impl/src/main: resources and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Jul 19 22:46:21 EDT 2009


Author: shane.bryzak at jboss.com
Date: 2009-07-19 22:46:20 -0400 (Sun, 19 Jul 2009)
New Revision: 3090

Modified:
   tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/context/session/SessionContextTest.java
   tck/trunk/impl/src/main/resources/tck-audit.xml
Log:
match session context tests, split assertion into two

Modified: tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/context/session/SessionContextTest.java
===================================================================
--- tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/context/session/SessionContextTest.java	2009-07-20 01:34:56 UTC (rev 3089)
+++ tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/context/session/SessionContextTest.java	2009-07-20 02:46:20 UTC (rev 3090)
@@ -14,7 +14,7 @@
 
 /**
  * 
- * Spec version: 20090519
+ * Spec version: 20090625
  */
 @Artifact
 @IntegrationTest(runLocally=true)
@@ -58,7 +58,7 @@
    }
 
    @Test(groups = { "contexts", "integration" })
-   @SpecAssertion(section = "6.7.2", id = "c")
+   @SpecAssertion(section = "6.7.2", id = "ca")
    public void testSessionContextDestroyedWhenHttpSessionInvalidated() throws Exception
    {
       WebClient webClient = new WebClient();
@@ -79,7 +79,7 @@
    }
    
    @Test(groups = { "contexts", "integration" })
-   @SpecAssertion(section = "6.7.2", id = "d")
+   @SpecAssertion(section = "6.7.2", id = "cb")
    public void testSessionContextDestroyedWhenHttpSessionTimesOut() throws Exception
    {
       WebClient webClient = new WebClient();

Modified: tck/trunk/impl/src/main/resources/tck-audit.xml
===================================================================
--- tck/trunk/impl/src/main/resources/tck-audit.xml	2009-07-20 01:34:56 UTC (rev 3089)
+++ tck/trunk/impl/src/main/resources/tck-audit.xml	2009-07-20 02:46:20 UTC (rev 3090)
@@ -2713,8 +2713,12 @@
     </assertion>
 
     <assertion id="ca">
-      <text>The session context is destroyed when the |HTTPSession| times out, after all |HttpSessionListener|s have been called, and at the very end of any request in which |invalidate()| was called, after all filters and |ServletRequestListeners| have been called.</text>
+      <text>The session context is destroyed when the ~|HTTPSession| times out, after all |HttpSessionListener|s have been called~, and at the very end of any request in which |invalidate()| was called, after all filters and |ServletRequestListeners| have been called.</text>
     </assertion>
+    
+    <assertion id="cb">
+      <text>The session context is destroyed when the |HTTPSession| times out, ~after all |HttpSessionListener|s have been called, and at the very end of any request in which |invalidate()| was called~, after all filters and |ServletRequestListeners| have been called.</text>
+    </assertion>
   </section>
 
   <section id="6.7.3" title="Application context lifecycle">




More information about the weld-commits mailing list