Skip to content

Commit

Permalink
Update tests to check PDF/UA-2 options in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
georgetarazevich committed Dec 27, 2023
1 parent ba6e01b commit 34ae1f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CLI/Options/defaultflavour/defaultflavour.bats
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ profiles[4]=PDF/A-4
profiles[4f]=PDF/A-4F
profiles[4E]=PDF/A-4E
profiles[ua1]=PDF/UA-1
profiles[ua2]=PDF/UA-2

setup() {
PROJECT_ROOT="$(cd "$(dirname "$BATS_TEST_FILENAME")/../../.." >/dev/null 2>&1 && pwd)"
Expand Down
1 change: 1 addition & 0 deletions CLI/Options/flavour/flavour.bats
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ profiles[4]=PDF/A-4
profiles[4f]=PDF/A-4F
profiles[4E]=PDF/A-4E
profiles[ua1]=PDF/UA-1
profiles[ua2]=PDF/UA-2

setup() {
PROJECT_ROOT="$(cd "$(dirname "$BATS_TEST_FILENAME")/../../.." >/dev/null 2>&1 && pwd)"
Expand Down

0 comments on commit 34ae1f9

Please sign in to comment.