Add old entries to Changelog
[MonkeyD.git] / qa / error_501.htt
blob275bca4f3f704b3cf411391d0e4d719b3b584a7c
1 ################################################################################
2 # DESCRIPTION
3 #       Exercise error 501      
5 # AUTHOR
6 #       Carlos Ghan <charlie.brown.uy@gmail.com>
8 # DATE
9 #       June 29 2009
11 # COMMENTS
12 #       Requesting an unsupported method should return "Not Implemented"
13 ################################################################################
16 INCLUDE __CONFIG
18 CLIENT
19 _REQ $HOST $PORT
20 __1234 / $HTTPVER
21 __Host: $HOST
22 __Connection: close
24 _EXPECT . "HTTP/1.1 501 Not Implemented"
25 _WAIT
26 END