Skip to content

Commit dbf106b

Browse files
LodrKumquatpavel-alay
authored andcommitted
Improvements in dimensions counting
DEVSIX-1050 Autoported commit. Original commit hash: [b87afbd9]
1 parent 928ae02 commit dbf106b

File tree

69 files changed

+546
-311
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+546
-311
lines changed

itext.tests/itext.html2pdf.tests/itext/html2pdf/css/media/page/PageMarginBoxIntegrationTest.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ public virtual void RightTopAndCenterAndBottomTest() {
237237
}
238238

239239
//Edge-case test
240+
// TODO testing here
240241
/// <exception cref="System.IO.IOException"/>
241242
/// <exception cref="System.Exception"/>
242243
[NUnit.Framework.Test]
@@ -370,5 +371,12 @@ public virtual void LargeFixedSidesFixedMiddleTest() {
370371
public virtual void LargeFixedSidesNoMiddleTest() {
371372
ConvertToPdfAndCompare("largeFixedSidesNoMiddleTest", sourceFolder, destinationFolder);
372373
}
374+
375+
/// <exception cref="System.IO.IOException"/>
376+
/// <exception cref="System.Exception"/>
377+
[NUnit.Framework.Test]
378+
public virtual void TwoPagesTest() {
379+
ConvertToPdfAndCompare("twoPagesTest", sourceFolder, destinationFolder);
380+
}
373381
}
374382
}

0 commit comments

Comments
 (0)