You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by gk...@apache.org on 2009/05/30 14:20:47 UTC

svn commit: r780252 - /hadoop/core/branches/HADOOP-4687/mapred/build.xml

Author: gkesavan
Date: Sat May 30 12:20:46 2009
New Revision: 780252

URL: http://svn.apache.org/viewvc?rev=780252&view=rev
Log:
Fixed test classpath

Modified:
    hadoop/core/branches/HADOOP-4687/mapred/build.xml

Modified: hadoop/core/branches/HADOOP-4687/mapred/build.xml
URL: http://svn.apache.org/viewvc/hadoop/core/branches/HADOOP-4687/mapred/build.xml?rev=780252&r1=780251&r2=780252&view=diff
==============================================================================
--- hadoop/core/branches/HADOOP-4687/mapred/build.xml (original)
+++ hadoop/core/branches/HADOOP-4687/mapred/build.xml Sat May 30 12:20:46 2009
@@ -573,7 +573,7 @@
       <syspropertyset dynamic="no">
          <propertyref name="compile.c++"/>
       </syspropertyset>
-      <classpath refid="${test.classpath}"/>
+      <classpath refid="test.classpath"/>
       <formatter type="${test.junit.output.format}" />
       <batchtest todir="${test.build.dir}" unless="testcase">
         <fileset dir="${test.src.dir}/mapred"