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

garydgregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-xml.git

commit 52f4243c9e55afe34713a0fcab1cb581e33a0747
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 28 13:43:14 2026 -0400

    Rename test class from Hardening to Secure.
    
    Local build OK.
---
 .../commons/xml/{ResetHardeningTest.java => ResetSecureTest.java}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/xml/ResetHardeningTest.java 
b/src/test/java/org/apache/commons/xml/ResetSecureTest.java
similarity index 99%
rename from src/test/java/org/apache/commons/xml/ResetHardeningTest.java
rename to src/test/java/org/apache/commons/xml/ResetSecureTest.java
index 3945379..0b966bc 100644
--- a/src/test/java/org/apache/commons/xml/ResetHardeningTest.java
+++ b/src/test/java/org/apache/commons/xml/ResetSecureTest.java
@@ -44,7 +44,7 @@
  * that an external reference is still either blocked at parse or resolved to 
empty content afterwards; the tests are skipped on platforms whose
  * implementation does not support {@code reset()} at all (there the hardening 
cannot be stripped in the first place).</p>
  */
-class ResetHardeningTest {
+class ResetSecureTest {
 
     /** systemId of the external general entity the floor must keep covering 
after a reset (its content carries {@link AttackTestSupport#LEAKED_MARKER}). */
     private static final String UNLISTED = 
AttackTestSupport.resourceUrl("referenced.xml").toString();

Reply via email to