-
Notifications
You must be signed in to change notification settings - Fork 141
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(#1100): empty file resource returns true on exist #1114
Conversation
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.
thank you very much! looks good to me in general, only some nitpicks.
core/citrus-api/src/main/java/org/citrusframework/spi/Resources.java
Outdated
Show resolved
Hide resolved
core/citrus-api/src/test/java/org/citrusframework/spi/ResourcesTest.java
Show resolved
Hide resolved
a8c00c2
to
ee1198d
Compare
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.
Done
ee1198d
to
a119504
Compare
well thank you! |
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.
Awesome!
Fixes issue #1100:
An UrlResource pointing to an existing but empty file must return true on exist.
Also added a couple of tests.