You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "garydgregory (via GitHub)" <gi...@apache.org> on 2023/07/26 10:43:12 UTC

[GitHub] [commons-imaging] garydgregory commented on a diff in pull request #306: [IMAGING-359] Fix test resource file paths not being constructed properly

garydgregory commented on code in PR #306:
URL: https://github.com/apache/commons-imaging/pull/306#discussion_r1274773071


##########
src/test/java/org/apache/commons/imaging/formats/bmp/BmpImageParserTest.java:
##########
@@ -16,6 +16,7 @@
  */
 package org.apache.commons.imaging.formats.bmp;
 
+import static org.apache.commons.imaging.test.TestResources.fileResource;

Review Comment:
   I think we should only use static imports for JUnit.



-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org