Community
Participate
Working Groups
The test suite adds query parameters to service URIs (like query capabilities) by appending "?name=value" to the URI. This doesn't work if the service URI already has query parameters, however. For instance, the Bugzilla adapter has a query URI like this. http://localhost:8282/bugz/changerequests?productId=2 The test suite will try to run this query http://localhost:8282/bugz/changerequests?productId=2?oslc.where=oslc_cm%3Astatus%3D%22NEW%22&oslc.select=oslc_cm%3Astatus which is not correct.
I have a fix. See this pull request from github. https://github.com/eclipse/lyo.testsuite/pull/1
Resolved by this commit: http://git.eclipse.org/c/lyo/org.eclipse.lyo.testsuite.git/commit/?id=bbee50e7e47b59905836040c11fe30555ba1c4ca
Resolved by comment 2
Additional commit for this issue: http://git.eclipse.org/c/lyo/org.eclipse.lyo.testsuite.git/commit/?id=a9cee85de2facc57c2323593896181233b02b052
Closing...