You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2005/03/02 07:42:01 UTC

svn commit: r155892 - cocoon/trunk/build.properties

Author: crossley
Date: Tue Mar  1 22:42:00 2005
New Revision: 155892

URL: http://svn.apache.org/viewcvs?view=rev&rev=155892
Log:
Add missing property for junit.test.loglevel JUnit report. Was in 2.1 but not 2.2 !

Modified:
    cocoon/trunk/build.properties

Modified: cocoon/trunk/build.properties
URL: http://svn.apache.org/viewcvs/cocoon/trunk/build.properties?view=diff&r1=155891&r2=155892
==============================================================================
--- cocoon/trunk/build.properties (original)
+++ cocoon/trunk/build.properties Tue Mar  1 22:42:00 2005
@@ -71,6 +71,7 @@
 
 junit.test.debugport=8000
 #junit.testcase=org.apache.cocoon.util.test.NetUtilsTestCase
+junit.test.loglevel=0
 
 # ---- Build -------------------------------------------------------------------