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

[GitHub] [commons-imaging] kpouer commented on a diff in pull request #271: [IMAGING-345] Unit test : make tests in memory instead of writing hundred of tmp files

kpouer commented on code in PR #271:
URL: https://github.com/apache/commons-imaging/pull/271#discussion_r1114968836


##########
src/test/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcUpdateTest.java:
##########
@@ -21,19 +21,15 @@
 import static org.junit.jupiter.api.Assertions.assertNotNull;
 import static org.junit.jupiter.api.Assertions.assertTrue;
 
-import java.io.BufferedOutputStream;
-import java.io.File;
-import java.io.FileOutputStream;
-import java.io.IOException;
-import java.io.OutputStream;
-import java.nio.file.Files;
+import java.io.*;

Review Comment:
   I will fix that, no problem



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