1 ################################################################################
6 # Carlos Ghan <charlie.brown.uy@gmail.com>
12 # Requesting an inexistent object should return "Not Found"
13 ################################################################################
20 __GET /a_file_that_doesnt_exists.html $HTTPVER
24 _EXPECT . "HTTP/1.1 404 Not Found"