Author: ab
Date: Mon Aug 18 17:49:45 2008
New Revision: 686912

URL: http://svn.apache.org/viewvc?rev=686912&view=rev
Log:
NUTCH-642 - Unit tests fail when run in non-local mode.

Modified:
    lucene/nutch/trunk/CHANGES.txt
    lucene/nutch/trunk/build.xml

Modified: lucene/nutch/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/CHANGES.txt?rev=686912&r1=686911&r2=686912&view=diff
==============================================================================
--- lucene/nutch/trunk/CHANGES.txt (original)
+++ lucene/nutch/trunk/CHANGES.txt Mon Aug 18 17:49:45 2008
@@ -260,6 +260,8 @@
 
 95. NUTCH-645 - Parse-swf unit test failing (ab)
 
+96. NUTCH-642 - Unit tests fail when run in non-local mode (ab)
+
 
 Release 0.9 - 2007-04-02
 

Modified: lucene/nutch/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/build.xml?rev=686912&r1=686911&r2=686912&view=diff
==============================================================================
--- lucene/nutch/trunk/build.xml (original)
+++ lucene/nutch/trunk/build.xml Mon Aug 18 17:49:45 2008
@@ -40,6 +40,7 @@
     <pathelement location="${test.src.dir}"/>
     <pathelement location="${plugins.classpath.dir}"/>
     <path refid="classpath"/>
+    <pathelement location="${build.dir}/${final.name}.job" />
   </path>
 
   <!-- xmlcatalog definition for xslt task -->
@@ -264,7 +265,7 @@
   <!-- ================================================================== -->
   <target name="test" depends="test-core, test-plugins"/>
 
-  <target name="test-core" depends="compile, compile-core-test">
+  <target name="test-core" depends="job, compile-core-test">
 
     <delete dir="${test.build.data}"/>
     <mkdir dir="${test.build.data}"/>


Reply via email to