We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7250bf8 commit 583c5a1Copy full SHA for 583c5a1
itext.tests/itext.kernel.tests/itext/kernel/pdf/PdfOutlineTest.cs
@@ -383,7 +383,7 @@ public virtual void OutlineStackOverflowTest01() {
383
try {
384
pdfDoc.GetOutlines(true);
385
}
386
- catch (StackOverflowException) {
+ catch (OutOfMemoryException) {
387
NUnit.Framework.Assert.Fail("StackOverflow thrown when reading document with a large number of outlines.");
388
389
0 commit comments