From 35dde239767619bb628d1400d73d868426695b93 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Mon, 12 Dec 2011 18:50:40 +0100 Subject: [PATCH] Fixed http_client autotest code --- library/client/http_client/tests/test_http_client.e | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/client/http_client/tests/test_http_client.e b/library/client/http_client/tests/test_http_client.e index 629a3ac5..5e687dd9 100644 --- a/library/client/http_client/tests/test_http_client.e +++ b/library/client/http_client/tests/test_http_client.e @@ -28,7 +28,7 @@ feature -- Test routines across hds as c loop - h.append (c.item.key + ": " + c.item.value + "%R%N") + h.append (c.item.name + ": " + c.item.value + "%R%N") end end if attached res.body as l_body then @@ -64,7 +64,7 @@ feature -- Test routines across hds as c loop - h.append (c.item.key + ": " + c.item.value + "%N") + h.append (c.item.name + ": " + c.item.value + "%N") end end assert ("Expected headers map", h.same_string ("[