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

lukaszlenart pushed a commit to branch fix/after-rebase
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 938f8eadb9a373d9b8f8798dc15eae90593a995f
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Sat Dec 16 16:22:15 2023 +0100

    Adds missing import
---
 plugins/junit/src/main/java/org/apache/struts2/junit/StrutsTestCase.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/plugins/junit/src/main/java/org/apache/struts2/junit/StrutsTestCase.java 
b/plugins/junit/src/main/java/org/apache/struts2/junit/StrutsTestCase.java
index 2b40f26a6..6267a1d44 100644
--- a/plugins/junit/src/main/java/org/apache/struts2/junit/StrutsTestCase.java
+++ b/plugins/junit/src/main/java/org/apache/struts2/junit/StrutsTestCase.java
@@ -21,6 +21,7 @@ package org.apache.struts2.junit;
 import com.opensymphony.xwork2.ActionContext;
 import com.opensymphony.xwork2.ActionProxy;
 import com.opensymphony.xwork2.ActionProxyFactory;
+import com.opensymphony.xwork2.XWorkTestCase;
 import com.opensymphony.xwork2.config.Configuration;
 import org.apache.struts2.ServletActionContext;
 import org.apache.struts2.dispatcher.Dispatcher;

Reply via email to