Unit tests, including the Watchdog converted to Junit.
authorcostin <costin@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 5 Apr 2009 01:36:27 +0000 (01:36 +0000)
committercostin <costin@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 5 Apr 2009 01:36:27 +0000 (01:36 +0000)
commit236968dcf0e7c04f01269c89d6ed979db3843ca9
tree9ef96eeb8ffcd72482f8746b3527e453ea7006fe
parent6cfe624ce97cca9c2002c88482a39a803359d10f
Unit tests, including the Watchdog converted to Junit.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@762039 13f79535-47bb-0310-9956-ffa450edef68
15 files changed:
modules/tomcat-lite/test/org/apache/tomcat/lite/LiteTestHelper.java [new file with mode: 0644]
modules/tomcat-lite/test/org/apache/tomcat/lite/LiteWatchdogJspTests.java [new file with mode: 0644]
modules/tomcat-lite/test/org/apache/tomcat/lite/LiteWatchdogServletTests.java [new file with mode: 0644]
modules/tomcat-lite/test/org/apache/tomcat/lite/PropertiesSpiTest.java [new file with mode: 0644]
modules/tomcat-lite/test/org/apache/tomcat/lite/SimpleServlet.java [new file with mode: 0644]
modules/tomcat-lite/test/org/apache/tomcat/lite/TomcatLiteNoConnectorTest.java [new file with mode: 0644]
modules/tomcat-lite/test/org/apache/tomcat/lite/TomcatLiteSimpleTest.java [new file with mode: 0644]
modules/tomcat-lite/test/org/apache/tomcat/test/watchdog/CookieController.java [new file with mode: 0755]
modules/tomcat-lite/test/org/apache/tomcat/test/watchdog/GTest.java [new file with mode: 0755]
modules/tomcat-lite/test/org/apache/tomcat/test/watchdog/HttpCookie.java [new file with mode: 0755]
modules/tomcat-lite/test/org/apache/tomcat/test/watchdog/RfcDateParser.java [new file with mode: 0755]
modules/tomcat-lite/test/org/apache/tomcat/test/watchdog/WatchdogClient.java [new file with mode: 0644]
modules/tomcat-lite/test/org/apache/tomcat/test/watchdog/WatchdogHttpClient.java [new file with mode: 0644]
modules/tomcat-lite/test/org/apache/tomcat/test/watchdog/WatchdogTest.java [new file with mode: 0644]
modules/tomcat-lite/test/org/apache/tomcat/util/buf/UEncoderTest.java [new file with mode: 0644]