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


##########
src/test/java/org/apache/commons/imaging/formats/tiff/TiffJpegTest.java:
##########
@@ -161,6 +166,11 @@ public void testFullPixelMatch() throws IOException {
 
         // test set 2 includes a TIFF-specific alpha channel
         processTestSet(testSet2);
+
+        // test set 3 includes an add-valued width and height that does
+        // not evently fit a block of JPEG data. It is used to test
+        // for the proper handling of edge-cases.
+         processTestSet(testSet3);

Review Comment:
   oops, looks an extra space.



##########
src/test/java/org/apache/commons/imaging/formats/tiff/TiffJpegTest.java:
##########
@@ -161,6 +166,11 @@ public void testFullPixelMatch() throws IOException {
 
         // test set 2 includes a TIFF-specific alpha channel
         processTestSet(testSet2);
+
+        // test set 3 includes an add-valued width and height that does
+        // not evently fit a block of JPEG data. It is used to test
+        // for the proper handling of edge-cases.
+         processTestSet(testSet3);

Review Comment:
   oops, looks like an extra space.



-- 
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-unsubscr...@commons.apache.org

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

Reply via email to