This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 95fff5ef8d Functionality required for test to work
95fff5ef8d is described below

commit 95fff5ef8d1338c7b57d1fe23b41e222d0d3c253
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Aug 26 10:23:59 2025 +0100

    Functionality required for test to work
---
 test/org/apache/catalina/session/TesterManager.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/catalina/session/TesterManager.java 
b/test/org/apache/catalina/session/TesterManager.java
index f26fec377c..507b17dd4f 100644
--- a/test/org/apache/catalina/session/TesterManager.java
+++ b/test/org/apache/catalina/session/TesterManager.java
@@ -125,7 +125,7 @@ public class TesterManager implements Manager {
 
     @Override
     public Session createEmptySession() {
-        return null;
+        return new StandardSession(this);
     }
 
     @Override


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to