-
Notifications
You must be signed in to change notification settings - Fork 78
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
FIX - Document catalog type checking #318
Conversation
- added test for document catalog `Type` key to `PdfModule`; - added `MessageConstants` entries for catalog type checking errors; - unit tests and test resources for functionality. Closes #210
Codecov Report
@@ Coverage Diff @@
## integration #318 +/- ##
=================================================
+ Coverage 43.52% 43.53% +<.01%
- Complexity 3321 3322 +1
=================================================
Files 367 367
Lines 30148 30160 +12
Branches 5962 5965 +3
=================================================
+ Hits 13122 13129 +7
- Misses 14627 14631 +4
- Partials 2399 2400 +1
Continue to review full report at Codecov.
|
@@ -0,0 +1,105 @@ | |||
/** | |||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty Javadoc.
Type
key toPdfModule
;MessageConstants
entries for catalog type checking errors;Closes Value for /Type in Document Catalog not validated #210