/[Apache-SVN]/jakarta/commons/proper/lang/trunk/build.xml
ViewVC logotype

Diff of /jakarta/commons/proper/lang/trunk/build.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- jakarta/commons/proper/lang/trunk/build.xml	2005/05/27 07:20:32	178763
+++ jakarta/commons/proper/lang/trunk/build.xml	2005/05/27 07:26:14	178764
@@ -178,6 +178,7 @@ limitations under the License.
     <target name="test.enum" depends="compile.tests">
         <echo message="Running enum package tests ..."/>
         <java classname="${test.runner}" fork="${test.fork}" failonerror="${test.failonerror}">
+            <arg value="org.apache.commons.lang.enums.EnumTestSuite"/>
             <arg value="org.apache.commons.lang.enum.EnumTestSuite"/>
             <classpath refid="test.classpath"/>
         </java>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26