Fixed http_client autotest code
This commit is contained in:
@@ -28,7 +28,7 @@ feature -- Test routines
|
|||||||
across
|
across
|
||||||
hds as c
|
hds as c
|
||||||
loop
|
loop
|
||||||
h.append (c.item.key + ": " + c.item.value + "%R%N")
|
h.append (c.item.name + ": " + c.item.value + "%R%N")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if attached res.body as l_body then
|
if attached res.body as l_body then
|
||||||
@@ -64,7 +64,7 @@ feature -- Test routines
|
|||||||
across
|
across
|
||||||
hds as c
|
hds as c
|
||||||
loop
|
loop
|
||||||
h.append (c.item.key + ": " + c.item.value + "%N")
|
h.append (c.item.name + ": " + c.item.value + "%N")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
assert ("Expected headers map", h.same_string ("[
|
assert ("Expected headers map", h.same_string ("[
|
||||||
|
|||||||
Reference in New Issue
Block a user