This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push: new e2bb82b Fix backport e2bb82b is described below commit e2bb82b0f4ae43634fe7d955e0bfbc2f7b2ac849 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed May 1 11:55:30 2019 +0100 Fix backport --- test/org/apache/catalina/valves/TestCrawlerSessionManagerValve.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/catalina/valves/TestCrawlerSessionManagerValve.java b/test/org/apache/catalina/valves/TestCrawlerSessionManagerValve.java index 0d6a46a..30021fb 100644 --- a/test/org/apache/catalina/valves/TestCrawlerSessionManagerValve.java +++ b/test/org/apache/catalina/valves/TestCrawlerSessionManagerValve.java @@ -48,7 +48,7 @@ public class TestCrawlerSessionManagerValve { static { TEST_MANAGER = new StandardManager(); - TEST_MANAGER.setContext(new StandardContext()); + TEST_MANAGER.setContainer(new StandardContext()); } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org