You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2012/11/12 21:45:59 UTC

svn commit: r1408453 - /tomcat/tc6.0.x/branches/tomcat6-testing/test/org/apache/juli/TestDateFormatCache.java

Author: kkolinko
Date: Mon Nov 12 20:45:59 2012
New Revision: 1408453

URL: http://svn.apache.org/viewvc?rev=1408453&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=54044
Test for org.apache.juli.DateFormatCache, copied from trunk.
That test is currently failing, which means that BZ 54044 affects this cache in Tomcat 6.

The fix is ready and will be committed separately.

Added:
    tomcat/tc6.0.x/branches/tomcat6-testing/test/org/apache/juli/TestDateFormatCache.java
      - copied, changed from r1408439, tomcat/trunk/test/org/apache/juli/TestDateFormatCache.java

Copied: tomcat/tc6.0.x/branches/tomcat6-testing/test/org/apache/juli/TestDateFormatCache.java (from r1408439, tomcat/trunk/test/org/apache/juli/TestDateFormatCache.java)
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/branches/tomcat6-testing/test/org/apache/juli/TestDateFormatCache.java?p2=tomcat/tc6.0.x/branches/tomcat6-testing/test/org/apache/juli/TestDateFormatCache.java&p1=tomcat/trunk/test/org/apache/juli/TestDateFormatCache.java&r1=1408439&r2=1408453&rev=1408453&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/juli/TestDateFormatCache.java (original)
+++ tomcat/tc6.0.x/branches/tomcat6-testing/test/org/apache/juli/TestDateFormatCache.java Mon Nov 12 20:45:59 2012
@@ -27,8 +27,6 @@ import org.junit.Test;
 
 public class TestDateFormatCache {
 
-    // Note that there is a similar test:
-    // org.apache.catalina.valves.TestAccessLogValve.testBug54044()
     @Test
     public void testBug54044() throws Exception {
 



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