Closed cbeer closed 7 years ago
We have an LDP implementation does not add server-managed triples, which triggers a NullPointerError within RestAssured (reported upstream as https://github.com/jayway/rest-assured/issues/642).
NullPointerError
Handling the response graph as a string does not cause the same problem. It seems like the graphs in the test suite are sufficiently small that using strings oughtn't cause too many problems.
This would close #224
We have an LDP implementation does not add server-managed triples, which triggers a
NullPointerError
within RestAssured (reported upstream as https://github.com/jayway/rest-assured/issues/642).Handling the response graph as a string does not cause the same problem. It seems like the graphs in the test suite are sufficiently small that using strings oughtn't cause too many problems.