#35 First pass at unit tests
This commit is contained in:
14
Tests/WebServer/008-200.response
Normal file
14
Tests/WebServer/008-200.response
Normal file
@ -0,0 +1,14 @@
|
||||
HTTP/1.1 200 OK
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 199
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebServer
|
||||
Date: Fri, 11 Apr 2014 02:42:40 GMT
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html><head><meta charset="utf-8"></head><body>
|
||||
<ul>
|
||||
<li><a href="Apple%20Economic%20Impact%20on%20Cupertino.pdf">Apple Economic Impact on Cupertino.pdf</a></li>
|
||||
</ul>
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user