do not use implicit conversion from HTTP_CONTENT_TYPE
This commit is contained in:
@@ -51,7 +51,7 @@ feature -- Tests
|
|||||||
create ct.make_from_string ({HTTP_MIME_TYPES}.multipart_form_data)
|
create ct.make_from_string ({HTTP_MIME_TYPES}.multipart_form_data)
|
||||||
ct.add_parameter ("boundary", "__=_the_boundary_1332296477_1804289383_=__")
|
ct.add_parameter ("boundary", "__=_the_boundary_1332296477_1804289383_=__")
|
||||||
create h.make
|
create h.make
|
||||||
h.put_content_type (ct)
|
h.put_content_type (ct.string)
|
||||||
|
|
||||||
b := "[
|
b := "[
|
||||||
--__=_the_boundary_1332296477_1804289383_=__
|
--__=_the_boundary_1332296477_1804289383_=__
|
||||||
|
|||||||
Reference in New Issue
Block a user