mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-19 10:47:56 +08:00
remove debug code from the test
i accidentally left this in when debugging the pdf merging.
This commit is contained in:
@@ -39,8 +39,6 @@
|
|||||||
|
|
||||||
var result = PdfMerger.Merge(one, two);
|
var result = PdfMerger.Merge(one, two);
|
||||||
|
|
||||||
System.IO.File.WriteAllBytes(@"C:\temp\merged.pdf", result);
|
|
||||||
|
|
||||||
using (var document = PdfDocument.Open(result, ParsingOptions.LenientParsingOff))
|
using (var document = PdfDocument.Open(result, ParsingOptions.LenientParsingOff))
|
||||||
{
|
{
|
||||||
Assert.Equal(2, document.NumberOfPages);
|
Assert.Equal(2, document.NumberOfPages);
|
||||||
|
Reference in New Issue
Block a user