You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2006/08/01 09:51:06 UTC

svn commit: r427482 - /incubator/harmony/enhanced/classlib/trunk/modules/luni/build.xml

Author: smishura
Date: Tue Aug  1 00:51:05 2006
New Revision: 427482

URL: http://svn.apache.org/viewvc?rev=427482&view=rev
Log:
Remove setting RESOURCE_DIR env.var: it is not required to be set to run serialization tests for luni module

Modified:
    incubator/harmony/enhanced/classlib/trunk/modules/luni/build.xml

Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/build.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/build.xml?rev=427482&r1=427481&r2=427482&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/luni/build.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/luni/build.xml Tue Aug  1 00:51:05 2006
@@ -327,11 +327,6 @@
                     <pathelement path="../../build/tests"/>
                     <pathelement path="${hy.hdk}/build/test/support.jar" />
                 </classpath>
-                <!-- Required for running the unit tests               -->
-                <!-- Note: will be deleted after improving             -->
-                <!-- support class: all resource                       -->
-                <!-- files will be placed on the classpath             -->
-                <jvmarg value="-DRESOURCE_DIR=${hy.luni.src.test}/resources"/>
                 <batchtest todir="${hy.tests.reports}" haltonfailure="no" unless="test.case">
                     <fileset dir="${hy.luni.src.test}/api/java">
                         <include name="**/*Test.java"/>
@@ -344,12 +339,6 @@
 
         <run-tests description="api.injected tests">
             <junit-elements>
-                <!-- Required for running the serialization unit tests -->
-                <!-- Note: will be deleted after improving             -->
-                <!-- SerializationTest support class: all resource     -->
-                <!-- files will be placed on the classpath             -->
-                <jvmarg value="-DRESOURCE_DIR=${hy.luni.src.test}/resources"/>
-
                 <!-- to pick up junit.jar               -->
                 <jvmarg value="-Xbootclasspath/a:${hy.luni.bin.test}/api.injected${path.separator}../../../../${junit.jar}${path.separator}../../../../build/tests${path.separator}${hy.hdk}/build/test/support.jar"/>
 
@@ -375,12 +364,6 @@
                     <pathelement path="../../build/tests"/>
                 <pathelement path="${hy.hdk}/build/test/support.jar" />
             </classpath>
-                <!-- Required for running the serialization unit tests -->
-                <!-- Note: will be deleted after improving             -->
-                <!-- SerializationTest support class: all resource     -->
-                <!-- files will be placed on the classpath             -->
-                <jvmarg value="-DRESOURCE_DIR=${hy.luni.src.test}/resources"/>
-
                 <!-- Required by various tests that set security manager etc -->
                 <jvmarg value="-Djava.security.policy=../../../../support/src/test/resources/config/testing.policy" />
 
@@ -420,12 +403,6 @@
 
         <run-tests description="impl injected tests">
             <junit-elements>
-                <!-- Required for running the serialization unit tests -->
-                <!-- Note: will be deleted after improving             -->
-                <!-- SerializationTest support class: all resource     -->
-                <!-- files will be placed on the classpath             -->
-                <jvmarg value="-DRESOURCE_DIR=${hy.luni.src.test}/resources"/>
-
                 <!-- to pick up junit.jar               -->
                 <jvmarg value="-Xbootclasspath/a:${hy.luni.bin.test}/impl.injected${path.separator}../../../../${junit.jar}${path.separator}../../../../build/tests"/>