w3c / ldp-testsuite

(UNMAINTAINED) Tests for Linked Data Platform (LDP)
Other
22 stars 29 forks source link

Work around bug with empty response bodies #227

Closed cbeer closed 7 years ago

cbeer commented 8 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).

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.

no-reply commented 8 years ago

This would close #224