Skip to content

Commit

Permalink
(#45) Change DocumentTest to test from binary (pdf) file instead of text
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciofx committed Dec 13, 2023
1 parent 94e7130 commit 7f84070
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 299 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
<configuration>
<nonFilteredFileExtensions>
<nonFilteredFileExtension>pdf</nonFilteredFileExtension>
</nonFilteredFileExtensions>
<propertiesEncoding>UTF-8</propertiesEncoding>
</configuration>
</plugin>
Expand Down
Loading

0 comments on commit 7f84070

Please sign in to comment.