Skip to content
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

[jruby] XML::Schema#validate does not work when provided a path #1361

Closed
flavorjones opened this issue Oct 1, 2015 · 2 comments
Closed

[jruby] XML::Schema#validate does not work when provided a path #1361

flavorjones opened this issue Oct 1, 2015 · 2 comments
Milestone

Comments

@flavorjones
Copy link
Member

Found when I added tests related to #1351, see ebdb95b

This fails because ParserContext's setInputSource() method thinks it's receiving string data, and not a path to a file.

Would love if someone comfortable with JRuby would fix this quickly, as the failing test is on master.

/cc @jvshahid @yokolet

@jvshahid
Copy link
Member

jvshahid commented Oct 1, 2015

Sure, i'll take a look at it.

@flavorjones flavorjones added this to the 1.6.7 milestone Oct 1, 2015
@flavorjones
Copy link
Member Author

@jvshahid - We received a PR that addresses this, which I just merged. No worries!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants