Fix regression tests structure : using method instead of protocol

This commit is contained in:
Felipe Zimmerle
2015-11-18 11:14:49 -03:00
parent c035e76ede
commit 3c45a57130
93 changed files with 191 additions and 191 deletions

View File

@@ -26,7 +26,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= test &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},
@@ -85,7 +85,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= test &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},
@@ -144,7 +144,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= test &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},