Author: markt
Date: Mon Jan 30 11:48:21 2017
New Revision: 1780903

URL: http://svn.apache.org/viewvc?rev=1780903&view=rev
Log:
Remove dummy test case that was never replaced with an implementation.

Removed:
    tomcat/native/trunk/test/org/apache/tomcat/jni/FileTestSuite.java
Modified:
    tomcat/native/trunk/build.xml

Modified: tomcat/native/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/native/trunk/build.xml?rev=1780903&r1=1780902&r2=1780903&view=diff
==============================================================================
--- tomcat/native/trunk/build.xml (original)
+++ tomcat/native/trunk/build.xml Mon Jan 30 11:48:21 2017
@@ -298,13 +298,6 @@ limitations under the License.-->">
     <target name="test" depends="compile-tests" description="Run the tests">
         <echo message="Running Tomcat Native package tests ..."/>
         <java dir="${test.dir}" classname="${test.runner}" fork="yes" 
failonerror="${test.failonerror}">
-            <arg value="org.apache.tomcat.jni.FileTestSuite"/>
-            <classpath refid="test.classpath"/>
-            <env key="PATH" path="${tc.library.path}:${java.library.path}"/>
-            <env key="Path" path="${tc.library.path}:${java.library.path}"/>
-            <jvmarg value="-Djava.library.path=${tc.library.path}"/>
-        </java>
-        <java dir="${test.dir}" classname="${test.runner}" fork="yes" 
failonerror="${test.failonerror}">
             <arg value="org.apache.tomcat.jni.SocketServerTestSuite"/>
             <classpath refid="test.classpath"/>
             <env key="PATH" path="${tc.library.path}:${java.library.path}"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to