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 0cca149a6b7898152dc462186be2f7ceb4d254ce Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 13:42:32 2026 -0400 Rename test class from Hardening to Secure. --- .../{HardeningFactoriesSmokeTest.java => SecureFactoriesSmokeTest.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/xml/HardeningFactoriesSmokeTest.java b/src/test/java/org/apache/commons/xml/SecureFactoriesSmokeTest.java similarity index 99% rename from src/test/java/org/apache/commons/xml/HardeningFactoriesSmokeTest.java rename to src/test/java/org/apache/commons/xml/SecureFactoriesSmokeTest.java index 8b6fa4d..efd5171 100644 --- a/src/test/java/org/apache/commons/xml/HardeningFactoriesSmokeTest.java +++ b/src/test/java/org/apache/commons/xml/SecureFactoriesSmokeTest.java @@ -48,7 +48,7 @@ * benign document still parses successfully. * </p> */ -class HardeningFactoriesSmokeTest { +class SecureFactoriesSmokeTest { private static final String BENIGN_XML = "<?xml version=\"1.0\"?>\n<root><child>hello</child></root>\n";
