[webbeans-commits] Webbeans SVN: r3120 - tck/trunk/impl/src/main/resources.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Jul 21 18:13:24 EDT 2009


Author: dan.j.allen
Date: 2009-07-21 18:13:24 -0400 (Tue, 21 Jul 2009)
New Revision: 3120

Modified:
   tck/trunk/impl/src/main/resources/tck-audit.xml
Log:
mark assertion about undefined state as not testable

Modified: tck/trunk/impl/src/main/resources/tck-audit.xml
===================================================================
--- tck/trunk/impl/src/main/resources/tck-audit.xml	2009-07-21 18:05:26 UTC (rev 3119)
+++ tck/trunk/impl/src/main/resources/tck-audit.xml	2009-07-21 22:13:24 UTC (rev 3120)
@@ -2209,7 +2209,7 @@
       <text>If an exception occurs while destroying an instance, the exception must be caught by the |destroy()| method.</text>
     </assertion>
 
-    <assertion id="a2">
+    <assertion id="a2" testable="false">
       <text>If the application invokes a contextual instance after it has been destroyed, the behavior is undefined.</text>
     </assertion>
 




More information about the weld-commits mailing list