Matching test fixes. Seems to pass ( maven can be used, but will build/test against...
authorcostin <costin@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 25 May 2010 07:36:04 +0000 (07:36 +0000)
committercostin <costin@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 25 May 2010 07:36:04 +0000 (07:36 +0000)
commit70b1b7452f37f58c3f90069555f970cf8d42745a
tree86ca730830f4c0fd5df066be4c1c7db5d16e3ebb
parent52fef5c9a3dcd23590e7e1c210caa3e2365c4cda
Matching test fixes. Seems to pass ( maven can be used, but will build/test against tomcat6 ).

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@947950 13f79535-47bb-0310-9956-ffa450edef68
24 files changed:
modules/tomcat-lite/build.xml
modules/tomcat-lite/java/org/apache/coyote/lite/LiteProtocolHandler.java
modules/tomcat-lite/java/org/apache/tomcat/lite/http/Http11Connection.java
modules/tomcat-lite/java/org/apache/tomcat/lite/io/jsse/JsseSslProvider.java
modules/tomcat-lite/java/org/apache/tomcat/lite/io/jsse/SslChannel.java
modules/tomcat-lite/test/org/apache/coyote/lite/ServletTests.java
modules/tomcat-lite/test/org/apache/coyote/lite/Tomcat.java
modules/tomcat-lite/test/org/apache/coyote/lite/TomcatLiteCoyoteTest.java
modules/tomcat-lite/test/org/apache/coyote/lite/TomcatStandaloneMain.java [new file with mode: 0644]
modules/tomcat-lite/test/org/apache/tomcat/lite/TestMain.java
modules/tomcat-lite/test/org/apache/tomcat/lite/http/ClientTest.java
modules/tomcat-lite/test/org/apache/tomcat/lite/http/CompressFilterTest.java
modules/tomcat-lite/test/org/apache/tomcat/lite/http/HttpsTest.java
modules/tomcat-lite/test/org/apache/tomcat/lite/http/LiveHttp1Test.java
modules/tomcat-lite/test/org/apache/tomcat/lite/http/SpdyTest.java
modules/tomcat-lite/test/org/apache/tomcat/lite/http/genrsa_512.cert [new file with mode: 0644]
modules/tomcat-lite/test/org/apache/tomcat/lite/http/genrsa_512.der [new file with mode: 0644]
modules/tomcat-lite/test/org/apache/tomcat/lite/http/test.keystore [deleted file]
modules/tomcat-lite/test/org/apache/tomcat/lite/load/LiveHttpThreadedTest.java
modules/tomcat-lite/test/org/apache/tomcat/lite/test.properties [deleted file]
modules/tomcat-lite/test/org/apache/tomcat/test/watchdog/AntProperties.java [new file with mode: 0644]
modules/tomcat-lite/test/org/apache/tomcat/test/watchdog/DynamicObject.java [new file with mode: 0644]
modules/tomcat-lite/test/org/apache/tomcat/test/watchdog/WatchdogClient.java
modules/tomcat-lite/test/org/apache/tomcat/test/watchdog/WatchdogTestCase.java