You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bd...@apache.org on 2005/06/08 17:07:27 UTC

svn commit: r189589 - /cocoon/trunk/status.xml

Author: bdelacretaz
Date: Wed Jun  8 08:07:26 2005
New Revision: 189589

URL: http://svn.apache.org/viewcvs?rev=189589&view=rev
Log:
build.properties can select a subset of JUnit tests to run

Modified:
    cocoon/trunk/status.xml

Modified: cocoon/trunk/status.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/status.xml?rev=189589&r1=189588&r2=189589&view=diff
==============================================================================
--- cocoon/trunk/status.xml (original)
+++ cocoon/trunk/status.xml Wed Jun  8 08:07:26 2005
@@ -197,6 +197,10 @@
 
   <changes>
   <release version="@version@" date="@date@">
+    <action dev="BD" type="add">
+      The junit.test.include.* options in build.properties can be used to run only
+      a subset of JUnit tests, to shorten debugging cycles.
+    </action>
     <action dev="AN" type="fix" fixes-bug="32935">
       XSP Block: Double check and attempt again to load program object from cache.
       This avoids that simultaneous requests recompile the same XSP over and over again.