Skip to content

Commit

Permalink
Remove PNG test
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed May 31, 2024
1 parent ec38f91 commit acc709f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,4 @@ void createQRBill2() {
byte[] pdf = QRBill.generate(bill);
FileComparison.assertFileContentsEqual(pdf, "payment_part2.pdf");
}

@Test
void createQRBill3() {
Bill bill = SampleData.getExample3();
bill.getFormat().setOutputSize(OutputSize.PAYMENT_PART_ONLY);
bill.getFormat().setGraphicsFormat(GraphicsFormat.PNG);
byte[] png = QRBill.generate(bill);
FileComparison.assertFileContentsEqual(png, "payment_part2.png");
}
}
Binary file removed generator/src/test/resources/payment_part2.png
Binary file not shown.

0 comments on commit acc709f

Please sign in to comment.