rikkarth commented on code in PR #412:
URL:
https://github.com/apache/commons-configuration/pull/412#discussion_r1590355670
##########
src/test/java/org/apache/commons/configuration2/TestAbstractConfiguration.java:
##########
@@ -78,6 +78,35 @@ public void testAddPropertyDirect() {
assertEquals(expected, list);
}
+ @Test
+ public void testContainsValue(){
+ final Configuration config = getConfiguration();
+ assertTrue(config.containsValue("value1"), "should return true for
class " + this.getClass());
Review Comment:
Will be removed.
--
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]