Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Add page progression direction to overall EPUB validity test
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaupin committed Dec 15, 2016
1 parent 1f2491b commit 1c904f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions epub_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ func TestEpubValidity(t *testing.T) {
e.SetCover(testImagePath, "")
e.SetIdentifier(testEpubIdentifier)
e.SetLang(testEpubLang)
e.SetPpd(testEpubPpd)
e.SetTitle(testEpubAuthor)

tempDir := writeAndExtractEpub(t, e, testEpubFilename)
Expand Down

0 comments on commit 1c904f6

Please sign in to comment.