-
Notifications
You must be signed in to change notification settings - Fork 4
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
Failed tests when running over Trinpod #61
Comments
Those conneg tests are quite fiddly, I think it's not a real problem. |
Yes, we have these errors in other tests also.
|
And this is in `● Delete › non-empty container › leaves the resource
` |
Bear in mind that TrinPod works with a data model in a different way to other implementations and is not file based. When you get a resource, you may get other triples with it related to its context in the larger data model. I don't think this is wrong but the issue is that the tests are using equality - making a false assumption about the expected response. If you confirm that the response contains the expected triples this should resolve a number of issues. |
In general servers are allowed to add arbitrary triples to RDF resources. But in this particular case, a |
When I run tests over
tinpod
got this result:the result of actions on tests is very different from the expected results. this is one of them:
The text was updated successfully, but these errors were encountered: