This is an automated email from the ASF dual-hosted git repository. jfisher pushed a commit to branch tomee-9.x in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-9.x by this push: new a33c6b8381 Make new tests public a33c6b8381 is described below commit a33c6b8381b9e6ef45e5c841600c4bb16b623443 Author: Jonathan S. Fisher <exabr...@gmail.com> AuthorDate: Sat Jun 10 23:02:52 2023 -0500 Make new tests public (cherry picked from commit d05723871fe91e9d828fc93be6c68b488fc121bb) --- .../java/org/apache/tomee/security/http/SavedAuthenticationTest.java | 2 +- .../src/test/java/org/apache/tomee/security/http/SavedRequestTest.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tomee/tomee-security/src/test/java/org/apache/tomee/security/http/SavedAuthenticationTest.java b/tomee/tomee-security/src/test/java/org/apache/tomee/security/http/SavedAuthenticationTest.java index d0d2cbfb93..967d7afa20 100644 --- a/tomee/tomee-security/src/test/java/org/apache/tomee/security/http/SavedAuthenticationTest.java +++ b/tomee/tomee-security/src/test/java/org/apache/tomee/security/http/SavedAuthenticationTest.java @@ -23,7 +23,7 @@ import java.util.HashSet; import org.junit.Test; -class SavedAuthenticationTest { +public class SavedAuthenticationTest { @Test public void testSerializable() { diff --git a/tomee/tomee-security/src/test/java/org/apache/tomee/security/http/SavedRequestTest.java b/tomee/tomee-security/src/test/java/org/apache/tomee/security/http/SavedRequestTest.java index 51770cf07e..fe49dd5aae 100644 --- a/tomee/tomee-security/src/test/java/org/apache/tomee/security/http/SavedRequestTest.java +++ b/tomee/tomee-security/src/test/java/org/apache/tomee/security/http/SavedRequestTest.java @@ -22,7 +22,7 @@ import java.io.Serializable; import org.junit.Test; -class SavedRequestTest { +public class SavedRequestTest { @Test public void testSerializable() { final SavedRequest savedRequest = new SavedRequest();