Author: tilman
Date: Tue Sep 8 15:03:06 2026
New Revision: 1938013
Log:
PDFBOX-5876: adjust width
Modified:
pdfbox/branches/3.0/pdfbox/src/test/java/org/apache/pdfbox/rendering/TestQuality.java
Modified:
pdfbox/branches/3.0/pdfbox/src/test/java/org/apache/pdfbox/rendering/TestQuality.java
==============================================================================
---
pdfbox/branches/3.0/pdfbox/src/test/java/org/apache/pdfbox/rendering/TestQuality.java
Tue Sep 8 14:57:46 2026 (r1938012)
+++
pdfbox/branches/3.0/pdfbox/src/test/java/org/apache/pdfbox/rendering/TestQuality.java
Tue Sep 8 15:03:06 2026 (r1938013)
@@ -171,7 +171,7 @@ class TestQuality
Assertions.assertTrue(finished, "subprocess timed out");
Assertions.assertEquals(0, process.exitValue(), "subprocess failed:\n"
+ output);
BufferedImage bim = ImageIO.read(outputFile);
- Assertions.assertEquals(298, bim.getWidth());
+ Assertions.assertEquals(297, bim.getWidth());
Assertions.assertEquals(421, bim.getHeight());
Files.delete(outputFile.toPath());
}