You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2006/03/29 10:35:12 UTC

svn commit: r389704 - /incubator/harmony/enhanced/classlib/trunk/modules/x-net/make/common/build.xml

Author: tellison
Date: Wed Mar 29 00:35:10 2006
New Revision: 389704

URL: http://svn.apache.org/viewcvs?rev=389704&view=rev
Log:
Apply patch HARMONY-267 ([classlib][x-net] Remove tests on serialization from exclude list)

Modified:
    incubator/harmony/enhanced/classlib/trunk/modules/x-net/make/common/build.xml

Modified: incubator/harmony/enhanced/classlib/trunk/modules/x-net/make/common/build.xml
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/x-net/make/common/build.xml?rev=389704&r1=389703&r2=389704&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/x-net/make/common/build.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/x-net/make/common/build.xml Wed Mar 29 00:35:10 2006
@@ -85,6 +85,12 @@
 			jvm="${hy.target}/jre/bin/java">
 
 			<jvmarg value="-showversion"/>
+	        
+			<!-- 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="-DTEST_SRC_DIR=${hy.x-net.src.test.java}"/>
 
 			<env key="JAVA_HOME" value="${hy.target}/jre"/>
 
@@ -104,11 +110,6 @@
                     <exclude name="**/HttpsURLConnectionTest.java"/>
                     <exclude name="**/SSLServerSocketFactoryTest.java"/>
                     <exclude name="**/SSLSocketFactoryTest.java"/>
-                    <exclude name="**/SSLExceptionTest.java"/>
-                    <exclude name="**/SSLHandshakeExceptionTest.java"/>
-                    <exclude name="**/SSLKeyExceptionTest.java"/>
-                    <exclude name="**/SSLPeerUnverifiedExceptionTest.java"/>
-                    <exclude name="**/SSLProtocolExceptionTest.java"/>
                     <exclude name="**/ServerSocketFactoryTest.java"/>
                     <exclude name="**/SocketFactoryTest.java"/>
 				</fileset>