garydgregory commented on code in PR #630:
URL: https://github.com/apache/commons-io/pull/630#discussion_r1611790377


##########
src/test/java/org/apache/commons/io/build/AbstractOriginTest.java:
##########
@@ -130,4 +133,12 @@ public void testGetWriter() throws IOException {
     public void testSize() throws IOException {
         assertEquals(Files.size(Paths.get(FILE_NAME_RO)), 
getOriginRo().getByteArray().length);
     }
+
+    @Test
+    public void testURI() throws Exception {

Review Comment:
   This test is in the wrong class, it does not do anything generic that would 
apply to all of its subclasses. Use `URIOriginTest`



-- 
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