Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: do not use file names with illegal characters in tests #1421

Merged
merged 1 commit into from
Dec 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions src/test/resources/epub3/04-ocf/ocf.feature
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ Feature: EPUB 3 — Open Container Format

@spec @xref:sec-container-filenames
Scenario: Report forbidden characters in file names
When checking EPUB 'ocf-filename-character-forbidden-error'
When checking EPUB 'ocf-filename-character-forbidden-error.epub'
Then error PKG-009 is reported
And no other errors or warnings are reported

@spec @xref:sec-container-filenames
Scenario: Report forbidden characters in file names even for non-publication resources
When checking EPUB 'ocf-filename-character-forbidden-non-publication-resource-error'
When checking EPUB 'ocf-filename-character-forbidden-non-publication-resource-error.epub'
Then error PKG-009 is reported
And no other errors or warnings are reported

Expand Down