-
Notifications
You must be signed in to change notification settings - Fork 79
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: Patched test results for #749 #822
Conversation
…JHOVE" when the files are encrypted for example as mentioned in #640
Codecov ReportBase: 46.22% // Head: 46.22% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## integration #822 +/- ##
==============================================
Coverage 46.22% 46.22%
Complexity 1056 1056
==============================================
Files 57 57
Lines 9057 9057
Branches 1607 1607
==============================================
Hits 4187 4187
Misses 4330 4330
Partials 540 540 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
val[0] = new Filter | ||
(((PdfSimpleObject) filter).getStringValue()); | ||
} else { | ||
System.out.println("we zijn er"); |
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.
Sorry I left some debug code (System.out.println("we zijn er");). This should be deleted
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.
That's the issue with bigger PRs and I let the dependency issue take my attention. I'll remove this and re-submit.
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.
It looks fine (except the present debug code. See the inline comment)
Sam
Better @samalloing ? |
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.
thanks!
Patched the integration tests results for #749 submitted by @samalloing thanks.