Codebase list tomcat9 / 34eaec6
Prepare release 7.0.40-1 Miguel Landaeta 11 years ago
2 changed file(s) with 14 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
0 tomcat7 (7.0.40-1) UNRELEASED; urgency=low
1
2 * New upstream release.
3 * Refresh patches:
4 - 0015_disable_test_TestCometProcessor.patch
5
6 -- Miguel Landaeta <miguel@miguel.cc> Fri, 10 May 2013 19:10:36 -0300
7
08 tomcat7 (7.0.39-1) unstable; urgency=low
19
210 * Upload to unstable for jessie release cycle.
00 --- a/test/org/apache/catalina/comet/TestCometProcessor.java
11 +++ b/test/org/apache/catalina/comet/TestCometProcessor.java
2 @@ -29,6 +29,7 @@
3 import javax.servlet.http.HttpSession;
2 @@ -34,6 +34,7 @@ import static org.junit.Assert.fail;
43
5 import junit.framework.Assert;
4 import org.junit.Assert;
5 import org.junit.Test;
66 +import org.junit.Ignore;
77
8 import static org.junit.Assert.assertEquals;
9 import static org.junit.Assert.assertTrue;
10 @@ -192,6 +193,7 @@
8 import org.apache.catalina.Context;
9 import org.apache.catalina.Wrapper;
10 @@ -191,6 +192,7 @@ public class TestCometProcessor extends
1111 }
1212
1313 @Test