New cookie unit tests and associated refactoring to get ant test target working.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 31 Oct 2009 11:46:50 +0000 (11:46 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 31 Oct 2009 11:46:50 +0000 (11:46 +0000)
commitccaad88dd3e3e6b9573a496ba5056a41c486a170
tree717e2cbd5c2cdf18c0d0ab4a060ea774ae0b2994
parent840f8475706389ab6e500e7005c9e5914ad174e7
New cookie unit tests and associated refactoring to get ant test target working.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@831533 13f79535-47bb-0310-9956-ffa450edef68
test/org/apache/catalina/connector/TestKeepAliveCount.java
test/org/apache/catalina/connector/TestRequest.java
test/org/apache/catalina/core/TestStandardContext.java
test/org/apache/catalina/startup/TestTomcat.java
test/org/apache/catalina/startup/TestTomcatBase.java [deleted file]
test/org/apache/catalina/startup/TomcatBaseTest.java [new file with mode: 0644]
test/org/apache/tomcat/util/http/CookiesBaseTest.java [new file with mode: 0644]
test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java [new file with mode: 0644]
test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java [new file with mode: 0644]
test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java [new file with mode: 0644]
test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java [new file with mode: 0644]