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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Feb 19 21:29:34 EST 2009


Author: shane.bryzak at jboss.com
Date: 2009-02-19 21:29:34 -0500 (Thu, 19 Feb 2009)
New Revision: 1611

Modified:
   tck/trunk/impl/src/main/resources/META-INF/tck-unit.properties
   tck/trunk/impl/src/main/resources/tck-audit.xml
Log:
configurable thresholds

Modified: tck/trunk/impl/src/main/resources/META-INF/tck-unit.properties
===================================================================
--- tck/trunk/impl/src/main/resources/META-INF/tck-unit.properties	2009-02-19 23:25:01 UTC (rev 1610)
+++ tck/trunk/impl/src/main/resources/META-INF/tck-unit.properties	2009-02-20 02:29:34 UTC (rev 1611)
@@ -1,2 +1,4 @@
 fisheye_base_url=http\://fisheye.jboss.org/browse/Webbeans/tck/trunk/impl/src/main/java
-svn_base_url=http\://anonsvn.jboss.org/repos/webbeans/tck/trunk/impl/src/main/java/
\ No newline at end of file
+svn_base_url=http\://anonsvn.jboss.org/repos/webbeans/tck/trunk/impl/src/main/java/
+pass_threshold=75
+fail_threshold=50
\ No newline at end of file

Modified: tck/trunk/impl/src/main/resources/tck-audit.xml
===================================================================
--- tck/trunk/impl/src/main/resources/tck-audit.xml	2009-02-19 23:25:01 UTC (rev 1610)
+++ tck/trunk/impl/src/main/resources/tck-audit.xml	2009-02-20 02:29:34 UTC (rev 1611)
@@ -2637,6 +2637,14 @@
   
   </section>
   
+  <section id="6" title="Bean lifecycle">
+  
+  </section>
+  
+  <section id="7" title="Events">
+  
+  </section>
+  
   <section id="7.1" title="Event types and binding types">
   
     <assertion id="a">
@@ -3181,6 +3189,10 @@
     </assertion>
   </section>
   
+  <section id="8" title="Scopes and contexts">
+  
+  </section>
+  
   <section id="8.1" title="The Context interface">
   
     <assertion id="a">




More information about the weld-commits mailing list