Skip to content

Commit 672e2ba

Browse files
committed
Unignore tests in ImageTest.
1 parent 07da24d commit 672e2ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

layout/src/test/java/com/itextpdf/layout/ImageTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ public void imageTest20() throws IOException, InterruptedException {
544544
Assert.assertNull(new CompareTool().compareByContent(outFileName, cmpFileName, destinationFolder, "diff"));
545545
}
546546

547-
@Ignore("DEVSIX-1658")
547+
//TODO(DEVSIX-1658)
548548
@Test
549549
public void imageTest21() throws IOException, InterruptedException {
550550
String outFileName = destinationFolder + "imageTest21.pdf";
@@ -701,8 +701,8 @@ public void imageInParagraphBorderTest() throws IOException, InterruptedExceptio
701701
Assert.assertNull(new CompareTool().compareByContent(outFileName, cmpFileName, destinationFolder, "diff"));
702702
}
703703

704+
//TODO(DEVSIX-1022)
704705
@Test
705-
@Ignore("DEVSIX-1022")
706706
public void imageRelativePositionTest() throws IOException, InterruptedException {
707707
String outFileName = destinationFolder + "imageRelativePositionTest.pdf";
708708
String cmpFileName = sourceFolder + "cmp_imageRelativePositionTest.pdf";
@@ -788,8 +788,8 @@ public void imageInTableTest02() throws IOException, InterruptedException {
788788
Assert.assertNull(new CompareTool().compareByContent(outFileName, cmpFileName, destinationFolder, "diff"));
789789
}
790790

791+
//TODO(DEVSIX-1045)
791792
@Test
792-
@Ignore("DEVSIX-1045")
793793
public void fixedPositionImageTest01() throws IOException, InterruptedException {
794794
String outFileName = destinationFolder + "fixedPositionImageTest01.pdf";
795795
String cmpFileName = sourceFolder + "cmp_fixedPositionImageTest01.pdf";
Binary file not shown.

0 commit comments

Comments
 (0)