dota17 commented on issue #114: Modified the error in the comments of BulkTest.java URL: https://github.com/apache/commons-collections/pull/114#issuecomment-562404342 @garydgregory The code in the comments of BulkTest.java shows the reader how to define both simple and bulk test method. The method bulkTestKeySet() in class HashMapTest wants to define a bulk test method, so it should invoke the SetTest() method which is a constructer of SetTest class rather than the TestSet() method which is not defined. This spelling mistake confused me a lot at first. Chen
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
