You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/09/15 20:53:26 UTC

svn commit: r289288 - /beehive/trunk/netui/test/ant/compiler-test.properties

Author: ekoneil
Date: Thu Sep 15 11:53:21 2005
New Revision: 289288

URL: http://svn.apache.org/viewcvs?rev=289288&view=rev
Log:
Commit this properties file; forgot to include it in the compiler tests checkin.

BB: self
Test: none


Added:
    beehive/trunk/netui/test/ant/compiler-test.properties   (with props)

Added: beehive/trunk/netui/test/ant/compiler-test.properties
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/ant/compiler-test.properties?rev=289288&view=auto
==============================================================================
--- beehive/trunk/netui/test/ant/compiler-test.properties (added)
+++ beehive/trunk/netui/test/ant/compiler-test.properties Thu Sep 15 11:53:21 2005
@@ -0,0 +1,14 @@
+#Compiler test home location
+compiler.test.home=${test.classes.dir}/compilerTests
+
+#Compiler tests (the test suite) location
+testsuite.dir=${compiler.test.home}/testsuite
+
+#List of included and excluded tests. They work together.
+included.test.list=ALL
+excluded.test.list=PF_MissingForwardJPF,PF_RedirectNotWithPath,PF_ForwardAttrCase 
+    
+#By default all the compilers are turned on, use "OFF" in any case combination to turn the compiler off
+JPFCompilerSwitch=ON
+controlsCompilerSwitch=ON
+    
\ No newline at end of file

Propchange: beehive/trunk/netui/test/ant/compiler-test.properties
------------------------------------------------------------------------------
    svn:eol-style = native