solid-contrib / test-suite

An automated test of Solid specification technical compliance
MIT License
23 stars 10 forks source link

Test that HEAD and GET request return the same #92

Open kjetilk opened 4 years ago

kjetilk commented 4 years ago

In most cases, HEAD and GET should return the same headers. There is a test script for that in Web::Solid::Test::Basic, but it has been integrated somewhat arbitrarily in the test suite, so it is better to return to it later.