Skip to content

Commit 798a6f5

Browse files
committed
Unignore tests in ImageTest.
Autoported commit. Original commit hash: [672e2ba]
1 parent aec610b commit 798a6f5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

itext.tests/itext.layout.tests/itext/layout/ImageTest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,9 @@ public virtual void ImageTest20() {
484484
, "diff"));
485485
}
486486

487+
//TODO(DEVSIX-1658)
487488
/// <exception cref="System.IO.IOException"/>
488489
/// <exception cref="System.Exception"/>
489-
[NUnit.Framework.Ignore("DEVSIX-1658")]
490490
[NUnit.Framework.Test]
491491
public virtual void ImageTest21() {
492492
String outFileName = destinationFolder + "imageTest21.pdf";
@@ -633,10 +633,10 @@ public virtual void ImageInParagraphBorderTest() {
633633
, "diff"));
634634
}
635635

636+
//TODO(DEVSIX-1022)
636637
/// <exception cref="System.IO.IOException"/>
637638
/// <exception cref="System.Exception"/>
638639
[NUnit.Framework.Test]
639-
[NUnit.Framework.Ignore("DEVSIX-1022")]
640640
public virtual void ImageRelativePositionTest() {
641641
String outFileName = destinationFolder + "imageRelativePositionTest.pdf";
642642
String cmpFileName = sourceFolder + "cmp_imageRelativePositionTest.pdf";
@@ -711,10 +711,10 @@ public virtual void ImageInTableTest02() {
711711
, "diff"));
712712
}
713713

714+
//TODO(DEVSIX-1045)
714715
/// <exception cref="System.IO.IOException"/>
715716
/// <exception cref="System.Exception"/>
716717
[NUnit.Framework.Test]
717-
[NUnit.Framework.Ignore("DEVSIX-1045")]
718718
public virtual void FixedPositionImageTest01() {
719719
String outFileName = destinationFolder + "fixedPositionImageTest01.pdf";
720720
String cmpFileName = sourceFolder + "cmp_fixedPositionImageTest01.pdf";

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
07da24d0c9a2e0bf40f2a57900b6b1a53dc2f58e
1+
672e2bae882d9b5bc01a341a83f9711a4d3dac47

0 commit comments

Comments
 (0)