Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Commit

Permalink
Update test to check BeginDocument return value
Browse files Browse the repository at this point in the history
  • Loading branch information
rmtheis committed May 14, 2017
1 parent 615586c commit 43c52fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void testAddPageToDocument() throws IOException {

// Start the PDF writing process.
boolean beginSuccess = baseApi.beginDocument(pdfRenderer, "title");
// assertTrue(beginSuccess);
assertTrue(beginSuccess);

// Add a page to the PDF.
final Pix pixOne = getTextImage("page one", 640, 480);
Expand Down

0 comments on commit 43c52fe

Please sign in to comment.