Author: kkolinko Date: Fri Nov 4 01:52:34 2011 New Revision: 1197387 URL: http://svn.apache.org/viewvc?rev=1197387&view=rev Log: Explicitly mark the two test data files as binary, as a reminder that they should not be treated as mere text. Rename the test class so that it is included into test suite runs.
Added: tomcat/trunk/test/org/apache/coyote/http11/filters/TestFlushableGZIPOutputStream.java - copied, changed from r1197386, tomcat/trunk/test/org/apache/coyote/http11/filters/TesterFlushableGZIPOutputStream.java Removed: tomcat/trunk/test/org/apache/coyote/http11/filters/TesterFlushableGZIPOutputStream.java Modified: tomcat/trunk/test/org/apache/coyote/http11/filters/bug52121-part1 (props changed) tomcat/trunk/test/org/apache/coyote/http11/filters/bug52121-part2 (props changed) Copied: tomcat/trunk/test/org/apache/coyote/http11/filters/TestFlushableGZIPOutputStream.java (from r1197386, tomcat/trunk/test/org/apache/coyote/http11/filters/TesterFlushableGZIPOutputStream.java) URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/coyote/http11/filters/TestFlushableGZIPOutputStream.java?p2=tomcat/trunk/test/org/apache/coyote/http11/filters/TestFlushableGZIPOutputStream.java&p1=tomcat/trunk/test/org/apache/coyote/http11/filters/TesterFlushableGZIPOutputStream.java&r1=1197386&r2=1197387&rev=1197387&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/coyote/http11/filters/TesterFlushableGZIPOutputStream.java (original) +++ tomcat/trunk/test/org/apache/coyote/http11/filters/TestFlushableGZIPOutputStream.java Fri Nov 4 01:52:34 2011 @@ -32,7 +32,7 @@ import org.apache.catalina.util.IOTools; * Reproduces what current appears to be a JVM bug. Note: This test case is not * part of the Standard test suite that is execute by <code>ant test</code>. */ -public class TesterFlushableGZIPOutputStream { +public class TestFlushableGZIPOutputStream { @Test public void testBug52121() throws Exception { Propchange: tomcat/trunk/test/org/apache/coyote/http11/filters/bug52121-part1 ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Propchange: tomcat/trunk/test/org/apache/coyote/http11/filters/bug52121-part2 ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org