From 938f8eadb9a373d9b8f8798dc15eae90593a995f Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Sat, 16 Dec 2023 16:22:15 +0100 Subject: [PATCH] Adds missing import --- .../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;