-
Notifications
You must be signed in to change notification settings - Fork 10
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
Multiplebindings #92
Multiplebindings #92
Conversation
|
There seems to be a problem with paths on windows while running client-api tests. When running the test it.unibo.arces.wot.sepa.api.ITSPARQL11SEProtocol the following error is thrown on windows:
NOTES
|
In regex language "." means concatenation, not dot.
This avoid having error if you don't have the property configured in your laucher.
Using file.getPath instead of resource.getPath to get readable paths also in windows.
2a77a6b
to
a96bb9f
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.
Fixed CI, tests sometimes fail on Windows and it might happen in CI too. Let's fix later.
Description
This pull request adds Multiple Bindings capabilities (feat nov 22) to the client-api and 2 other minor changes:
both on (nov 8)
Type of change
Changelog