SingingBush commented on code in PR #157:
URL: https://github.com/apache/commons-logging/pull/157#discussion_r1313942534


##########
src/test/java/org/apache/commons/logging/security/SecurityForbiddenTestCase.java:
##########
@@ -127,8 +125,8 @@ public void testAllForbidden() {
             final Object factoryTable = factoryField.get(null);
             assertNotNull(factoryTable);
             final String ftClassName = factoryTable.getClass().getName();
-            assertNotEquals("Custom hashtable unexpectedly used",
-                    CustomHashtable.class.getName(), ftClassName);
+            assertFalse("Custom hashtable unexpectedly used",

Review Comment:
   same as above



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to