Skip to content

Commit

Permalink
Merge pull request #7868 from Snuffleupagus/pageLabels-St-unit-test
Browse files Browse the repository at this point in the history
Adjust one of the Page Label unit-tests to use a PDF file where the "St" entry is both present and non-default (i.e. greater than one)
  • Loading branch information
timvandermeij authored Dec 4, 2016
2 parents 46d2c89 + e386af7 commit fa6b9b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified test/pdfs/bad-PageLabels.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion test/unit/api_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ describe('api', function() {
expect(pageLabels[0]).toEqual(['i', 'ii', 'iii', '1']);
expect(pageLabels[1]).toEqual(['Front Page1']);
expect(pageLabels[2]).toEqual(['1', '2']);
expect(pageLabels[3]).toEqual(['X1']);
expect(pageLabels[3]).toEqual(['X3']);

loadingTask0.destroy();
loadingTask1.destroy();
Expand Down

0 comments on commit fa6b9b7

Please sign in to comment.