You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by iv...@apache.org on 2007/06/20 12:41:51 UTC

svn commit: r549057 - in /harmony/enhanced/buildtest/branches/2.0/tests/functional: build.xml config/cfg_env.xml

Author: ivavladimir
Date: Wed Jun 20 03:41:50 2007
New Revision: 549057

URL: http://svn.apache.org/viewvc?view=rev&rev=549057
Log:
use lowercase file name

Modified:
    harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml
    harmony/enhanced/buildtest/branches/2.0/tests/functional/config/cfg_env.xml

Modified: harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml?view=diff&rev=549057&r1=549056&r2=549057
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml Wed Jun 20 03:41:50 2007
@@ -26,14 +26,14 @@
 	<property name="bin"           location="bin" />
 	<property name="bin.classes"   location="${bin}/classes" />
 	<property name="bin.lib"       location="${bin}/lib" />
-    <property name="tests.reports" location="${bin}/report" />
-    <property name="test.java.cmd" location="c:/jrockit-jdk1.5.0/bin/java.exe" />
+        <property name="tests.reports" location="${bin}/report" />
+        <property name="test.java.cmd" location="${java.home}/bin/java" />
 
 	<property name="harness.jar" location="${depends}/th.jar" />
 	<property name="harness.main" value="org.apache.harmony.harness.Main" />
 
 	<property name="jasmin.jar" location="${depends}/jasmin.jar" />
-	<property name="vmtt.jar" location="${depends}/VMTT.jar" />
+	<property name="vmtt.jar" location="${depends}/vmtt.jar" />
 	<!--property name="junit.jar" location="${depends}/junit.jar" /-->
 
 	<property name="jpda-framework" location="${depends}/jpda-framework" />

Modified: harmony/enhanced/buildtest/branches/2.0/tests/functional/config/cfg_env.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/functional/config/cfg_env.xml?view=diff&rev=549057&r1=549056&r2=549057
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/functional/config/cfg_env.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/functional/config/cfg_env.xml Wed Jun 20 03:41:50 2007
@@ -95,7 +95,7 @@
 				<value name="host">www.qwerty</value>
 			</parameter>
 		</plugin>
-		<plugin name="Storage" class-name="org.apache.harmony.harness.plugins.StoreRes">
+		<plugin name="Storage" class-name="org.apache.harmony.harness.ReportTool.StoreResAsJU">
 			<parameter name="out_files">
 				<value name="extension">xml</value>
 			</parameter>