8thlight / cob_spec

A fitnesse suite for a web server
24 stars 33 forks source link

Fix bug in partial content test where it requests 5 bytes, but only chec... #22

Closed brucehvn closed 10 years ago

brucehvn commented 10 years ago

The partial content test requests a range of 0-4 (5 bytes) from the server. However, when the response is received, the test only checks for 4 bytes returned (0-3). The test can never pass. I updated the test to check bytes 0-4 of the partial_content.txt file.