Explorar el Código

commit e1aad8e662419debd2b977cad3fc07ad7afea1b5
Author: Konstantin Boudnik <cos@goodenter-lm.local>
Date: Fri Jan 29 14:03:44 2010 -0800

HADOOP-6204 from https://issues.apache.org/jira/secure/attachment/12431827/wrongTestsPackaging.patch


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security-patches@1077134 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley hace 14 años
padre
commit
017688e770
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      build.xml

+ 2 - 2
build.xml

@@ -836,7 +836,7 @@
         <propertyref regex="fi.*"/>
       </syspropertyset>
       <formatter type="${test.junit.output.format}" />
-      <batchtest todir="${test.build.dir}" if="tests.notestcase">
+      <batchtest todir="${test.build.dir}/org" if="tests.notestcase">
         <fileset dir="${test.src.dir}"
            includes="**/${test.include}.java"
            excludes="**/${test.exclude}.java" />
@@ -847,7 +847,7 @@
           excludes="**/${test.exclude}.java" />
       </batchtest>
       <batchtest todir="${test.build.dir}" if="tests.testcase">
-        <fileset dir="${test.src.dir}" includes="**/${testcase}.java"/>
+        <fileset dir="${test.src.dir}/org" includes="**/${testcase}.java"/>
       </batchtest>
       <batchtest todir="${test.build.dir}" if="tests.testcase.fi">
         <fileset dir="${test.src.dir}/aop" includes="**/${testcase}.java"/>