You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/02/06 22:42:54 UTC

svn commit: r907313 - /tomcat/tc6.0.x/trunk/test/build.xml

Author: markt
Date: Sat Feb  6 21:42:53 2010
New Revision: 907313

URL: http://svn.apache.org/viewvc?rev=907313&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48675
Should have updated build.xml alongside r881504
Patch provided by akostadinov

Modified:
    tomcat/tc6.0.x/trunk/test/build.xml

Modified: tomcat/tc6.0.x/trunk/test/build.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/test/build.xml?rev=907313&r1=907312&r2=907313&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/test/build.xml (original)
+++ tomcat/tc6.0.x/trunk/test/build.xml Sat Feb  6 21:42:53 2010
@@ -56,14 +56,14 @@
          optimize="${compile.optimize}"
          encoding="ISO-8859-1">
          <classpath refid="tomcat.test.classpath" />
-         <include name="org/apache/catalina/tomcat/util/**" />
+         <include name="org/apache/tomcat/util/**" />
   </javac>
 
   </target>
 
   <target name="all" depends="compile">
      <java dir="${test.classes}" classname="${test.runner}" fork="yes" failonerror="${test.failonerror}">
-            <arg value="org.apache.catalina.tomcat.util.http.TestCookies"/>
+            <arg value="org.apache.tomcat.util.http.TestCookies"/>
             <classpath refid="tomcat.test.classpath"/>
         </java>
 



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