You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/11/02 02:49:31 UTC

[GitHub] [commons-collections] dota17 commented on a change in pull request #103: Add junit for getWithNull and subList in the LazyListTest.

dota17 commented on a change in pull request #103: Add junit for getWithNull and subList in the LazyListTest.
URL: https://github.com/apache/commons-collections/pull/103#discussion_r341796448
 
 

 ##########
 File path: src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java
 ##########
 @@ -83,4 +83,66 @@ public void testListAllowsMutationOfUnderlyingCollection() {
         Assert.assertEquals("Modifying an the underlying list is allowed",
                 sizeBefore + 1, fixedSizeList.size());
     }
+
+    //-----------------------------------------------------------------------
 
 Review comment:
   Ok, I have removed all the new ones, thank you for your suggestion.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services