Author: ekoneil Date: Tue Aug 16 10:35:00 2005 New Revision: 233020 URL: http://svn.apache.org/viewcvs?rev=233020&view=rev Log: Rename the JPF in the struts test case validation test from *.jpf to *.java. With this change, IDEA can build the file correctly.
BB: self DRT: NetUI JUnit BVT pass Added: beehive/trunk/netui/test/src/junitTests/org/apache/beehive/netui/test/pageflow/validation/Controller.java - copied unchanged from r232999, beehive/trunk/netui/test/src/junitTests/org/apache/beehive/netui/test/pageflow/validation/Controller.jpf Removed: beehive/trunk/netui/test/src/junitTests/org/apache/beehive/netui/test/pageflow/validation/Controller.jpf Modified: beehive/trunk/netui/test/src/junitTests/org/apache/beehive/netui/test/util/config/ConfigTest.java Modified: beehive/trunk/netui/test/src/junitTests/org/apache/beehive/netui/test/util/config/ConfigTest.java URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/src/junitTests/org/apache/beehive/netui/test/util/config/ConfigTest.java?rev=233020&r1=233019&r2=233020&view=diff ============================================================================== --- beehive/trunk/netui/test/src/junitTests/org/apache/beehive/netui/test/util/config/ConfigTest.java (original) +++ beehive/trunk/netui/test/src/junitTests/org/apache/beehive/netui/test/util/config/ConfigTest.java Tue Aug 16 10:35:00 2005 @@ -25,7 +25,6 @@ import org.apache.beehive.netui.util.config.ConfigUtil; import org.apache.beehive.netui.util.config.bean.NetuiConfigDocument.NetuiConfig; -import org.apache.beehive.netui.util.logging.Logger; /** *