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 2013/07/01 16:04:37 UTC

svn commit: r1498461 - in /tomcat/tc7.0.x/trunk: build.xml webapps/docs/changelog.xml

Author: markt
Date: Mon Jul  1 14:04:37 2013
New Revision: 1498461

URL: http://svn.apache.org/r1498461
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55155
Avoid constant focus grabbing when running the Tomcat unit tests under Java 6 on OSX.
Patch provided by Casey Lucas.

Modified:
    tomcat/tc7.0.x/trunk/build.xml
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc7.0.x/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1498461&r1=1498460&r2=1498461&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/build.xml (original)
+++ tomcat/tc7.0.x/trunk/build.xml Mon Jul  1 14:04:37 2013
@@ -1204,6 +1204,7 @@
         <jvmarg value="${test.jvmarg.egd}"/>
         <jvmarg value="-Djava.library.path=${test.apr.loc}"/>
         <jvmarg value="${test.formatter}"/>
+      	<jvmarg value="-Dapple.awt.UIElement=true"/>
 
         <classpath refid="tomcat.test.classpath" />
 

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1498461&r1=1498460&r2=1498461&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Mon Jul  1 14:04:37 2013
@@ -125,6 +125,10 @@
         Correct the mechanism for the path calculation in
         <code>AsyncContext.dispatch()</code>. (violetagg)
       </fix>
+      <fix>
+        <bug>55155</bug>: Avoid constant focus grabbing when running the Tomcat
+        unit tests under Java 6 on OSX. Patch provided by Casey Lucas. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Cluster">



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