From a7d273c1f0e4bd942c770f6697456cd2c263e3b3 Mon Sep 17 00:00:00 2001 From: Kusal Kithul-Godage Date: Mon, 4 Dec 2023 22:40:39 +1100 Subject: [PATCH] WW-5343 Make StrutsTestCase extend same package --- .../src/main/java/org/apache/struts2/junit/StrutsTestCase.java | 1 - 1 file changed, 1 deletion(-) 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 608310838..f64a9966f 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,7 +21,6 @@ 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;