You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/12/11 05:11:29 UTC

svn commit: r355896 - /struts/shale/trunk/build/core-test/project.properties

Author: wsmoak
Date: Sat Dec 10 20:11:23 2005
New Revision: 355896

URL: http://svn.apache.org/viewcvs?rev=355896&view=rev
Log:
Set documentRoot system property for unit tests, as required by MockServletContext since r354239.

Modified:
    struts/shale/trunk/build/core-test/project.properties

Modified: struts/shale/trunk/build/core-test/project.properties
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/core-test/project.properties?rev=355896&r1=355895&r2=355896&view=diff
==============================================================================
--- struts/shale/trunk/build/core-test/project.properties (original)
+++ struts/shale/trunk/build/core-test/project.properties Sat Dec 10 20:11:23 2005
@@ -9,3 +9,8 @@
 
 maven.junit.fork=true
 maven.junit.jvmargs=-enableassertions:org.apache.shale...
+
+# Required for unit tests using MockServletContext
+documentRoot=${basedir}/target/test-classes
+
+maven.junit.sysproperties=documentRoot



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org