jetty.project/tests
Joakim Erdfelt a99a832206
Issue #5137 - Cleanup of WebAppContextTest
+ Cleanup of test-servlet-spec webapp
+ Removing unused methods
+ Commented System.err.println moved to java.util.logging
+ General checkstyle cleanup (empty lines, spacing, etc)
+ Eliminate bogus WebApp LIB ordering tests.
+ No ClassLoader has a order guarantee.
+ Moving HttpSessionListenerTest contents to existing SessionListenerTest
+ Cleanup of SessionListenerTest with eye to resource cleanup
+ Removing ServletContextListenerTest as it duplicates tests
+ Restoring WebAppClassLoaderTest test method
+ `ordering()` is now `testClashingResource()` and properly
  tests assumptions when dealing with a ClassLoader.
  The old test assumed guaranteed order from a ClassLoader,
  which is not a feature of any Java ClassLoader.
  Especially so for URLClassLoader.
+ Restoring clashing resource test

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-09-22 08:46:11 -05:00
..
test-continuation Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
test-distribution Issue #5162 CDI embedded integration improvements (#5177) 2020-09-07 14:00:20 +02:00
test-http-client-transport Fixes #5217 - Review RoundRobinConnectionPool (#5219) 2020-09-09 15:31:28 +02:00
test-integration Fixing KeyStoreScannerTest 2020-08-12 15:50:11 -05:00
test-jmx Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
test-loginservice Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
test-quickstart Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
test-sessions Issue #5137 - Cleanup of WebAppContextTest 2020-09-22 08:46:11 -05:00
test-webapps Issue #5137 - Cleanup of WebAppContextTest 2020-09-22 08:46:11 -05:00
pom.xml Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00