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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Jul 28 20:25:32 EDT 2009


Author: shane.bryzak at jboss.com
Date: 2009-07-28 20:25:32 -0400 (Tue, 28 Jul 2009)
New Revision: 3339

Modified:
   tck/trunk/impl/src/main/resources/META-INF/test-unit.properties
Log:
added test group summary to end of report


Modified: tck/trunk/impl/src/main/resources/META-INF/test-unit.properties
===================================================================
--- tck/trunk/impl/src/main/resources/META-INF/test-unit.properties	2009-07-29 00:04:28 UTC (rev 3338)
+++ tck/trunk/impl/src/main/resources/META-INF/test-unit.properties	2009-07-29 00:25:32 UTC (rev 3339)
@@ -1,5 +1,17 @@
+# If fisheye_base_url is specified, it will generate links to the test class in fisheye
 fisheye_base_url=http\://fisheye.jboss.org/browse/Webbeans/tck/trunk/impl/src/main/java
+
+# If svn_base_url is specified, it will generate links to the test class in SVN
 svn_base_url=http\://anonsvn.jboss.org/repos/webbeans/tck/trunk/impl/src/main/java/
+
+# The threshold for which the coverage percentage is a pass if it is equal or greater to this value
 pass_threshold=75
+
+# The threshold for which the coverage percentage is a fail if it is equal or lower to this value
 fail_threshold=50
-unimplemented_test_groups=stub,broken
\ No newline at end of file
+
+# A comma-separated list of the TestNG test groups that aren't included in the coverage
+unimplemented_test_groups=stub,broken
+
+# A comma-separated list of TestNG test groups that are summarised at the end of the report
+summary_test_groups=ri-broken,review




More information about the weld-commits mailing list