Skip to content

Commit 583c5a1

Browse files
committed
Update autoported files
115f777cd21287c68cfc1f22d286ac6e232c3dd2
1 parent 7250bf8 commit 583c5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itext.tests/itext.kernel.tests/itext/kernel/pdf/PdfOutlineTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ public virtual void OutlineStackOverflowTest01() {
383383
try {
384384
pdfDoc.GetOutlines(true);
385385
}
386-
catch (StackOverflowException) {
386+
catch (OutOfMemoryException) {
387387
NUnit.Framework.Assert.Fail("StackOverflow thrown when reading document with a large number of outlines.");
388388
}
389389
}

0 commit comments

Comments
 (0)